Functions | |
passwd * | struct_passwd_dup (struct passwd *pwent) |
struct_passwd_dup : duplicate a struct passwd * | |
void * | struct_passwd_free (struct passwd *pwent) |
struct_passwd_free: free a struct passwd * | |
void | entrance_debug (char *msg) |
entrance_debug: print a message if debugging is on | |
char * | theme_normalize_path (char *theme, const char *filename) |
char * | gstr_is_valid (const char *gstr) |
void | atog (const char *gstr, int *x, int *y) |
void atog | ( | const char * | gstr, | |
int * | x, | |||
int * | y | |||
) |
void entrance_debug | ( | char * | msg | ) |
entrance_debug: print a message if debugging is on
msg | - the character string you want printed in debug mode |
char* gstr_is_valid | ( | const char * | gstr | ) |
struct passwd* struct_passwd_dup | ( | struct passwd * | pwent | ) |
struct_passwd_dup : duplicate a struct passwd *
pwent | - the struct passwd pointer we want to copy |
void* struct_passwd_free | ( | struct passwd * | pwent | ) |
struct_passwd_free: free a struct passwd *
pwent | - the struct passwd pointer we want to free |
char* theme_normalize_path | ( | char * | theme, | |
const char * | filename | |||
) |