diff options
author | TingPing <tingping@tingping.se> | 2014-02-12 10:20:23 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-02-12 10:20:23 -0500 |
commit | ba399eb7f9f788f2a261f1e912be79f742fd2070 (patch) | |
tree | 4184719884e267d1d404b55225734be5271b6bc3 /src/common/util.h | |
parent | 6d815ac688b4517d3d877f9feee428849ae65f6d (diff) |
Remove unused function
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index 453388cd..ffa5a066 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -77,7 +77,6 @@ void safe_strcpy (char *dest, const char *src, int bytes_left); void canonalize_key (char *key); int portable_mode (); int unity_mode (); -GSList *get_subdirs (const char *path); char *encode_sasl_pass_plain (char *user, char *pass); char *encode_sasl_pass_blowfish (char *user, char *pass, char *data); char *encode_sasl_pass_aes (char *user, char *pass, char *data); |