Codebase list dillo / debian/0.8.6-3 dpid / misc_new.h
debian/0.8.6-3

Tree @debian/0.8.6-3 (Download .tar.gz)

misc_new.h @debian/0.8.6-3raw · history · blame

#ifndef MISC_NEW_H
#define MISC_NEW_H

#include <glib.h>

gint a_Misc_close_fd(gint fd);

gchar *a_Misc_get_home(void);

gchar *a_Misc_get_user(void);

gchar *a_Misc_prepend_user_home(const char *file);

char *a_Misc_get_line(FILE *stream);

GString *a_Misc_rdtag(int socket);

char *a_Misc_readtag(int sock);

char *a_Misc_mkdtemp(char *template);

#endif