Add function for listing subdirs

This commit is contained in:
Berke Viktor
2012-10-18 20:09:15 +02:00
parent 06226c0799
commit b686a24d3b
2 changed files with 59 additions and 0 deletions

View File

@@ -60,5 +60,6 @@ void safe_strcpy (char *dest, const char *src, int bytes_left);
void canonalize_key (char *key);
int portable_mode ();
int hextray_mode ();
GSList *get_subdirs (const char *path);
#endif