summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-18 20:09:15 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-18 20:09:15 +0200
commitb686a24d3b39d08d0ff7515fbbe58003708cd964 (patch)
tree4368ad33774fe826922f9ff0a390c97fda69e81e /src/common/util.h
parent06226c0799b3aa65da095ef5d698ca44ea6726e0 (diff)
Add function for listing subdirs
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index e7e22524..a2799832 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -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