updates.
[silc.git] / apps / irssi / src / core / misc.h
index 804cffc2a9c2a63dbb422cb6f978dac5cc697887..a321bdfca8187c515e9164e1e9fb8bd4ec3e097f 100644 (file)
@@ -61,6 +61,10 @@ int regexp_match(const char *str, const char *regexp);
 
 /* Create the directory and all it's parent directories */
 int mkpath(const char *path, int mode);
+
+/* Get home directory */
+const char *get_home_dir(void);
+
 /* convert ~/ to $HOME */
 char *convert_home(const char *path);