diff mcabber/src/utils.h @ 1167:9726c78a91f3

Allow '~' (HOME directory) in config options
author Mikael Berthe <mikael@lilotux.net>
date Sun, 18 Feb 2007 11:03:49 +0100
parents 8e12137fab20
children 7b8765c10abb
line wrap: on
line diff
--- a/mcabber/src/utils.h	Sat Feb 17 15:14:39 2007 +0100
+++ b/mcabber/src/utils.h	Sun Feb 18 11:03:49 2007 +0100
@@ -17,6 +17,8 @@
 void ut_InitDebug(int level, const char *file);
 void ut_WriteLog(unsigned int flag, const char *data);
 
+char *expand_filename(const char *fname);
+
 int checkset_perm(const char *name, unsigned int setmode);
 
 const char *ut_get_tmpdir(void);