diff options
author | Arnavion <arnavion@gmail.com> | 2012-11-03 10:24:25 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2012-11-03 19:04:02 -0700 |
commit | 5d9264aff6d7bcdd2f0595bfdf2a3a7a23330d46 (patch) | |
tree | 17765368da40d67405ec22c0e1d608f706fbe055 /src/common/util.h | |
parent | e0b1724158d44370d34d108a5f07fe0b36e4e254 (diff) |
Initial commit for utf8 everywhere.
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/util.h b/src/common/util.h index 0ff32227..8114cbc7 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -52,8 +52,7 @@ int find_font (const char *fontname); #define waitline2(source,buf,size) waitline(serv->childread,buf,size,0) #endif unsigned long make_ping_time (void); -void move_file_utf8 (char *src_dir, char *dst_dir, char *fname, int dccpermissions); -int mkdir_utf8 (char *dir); +void move_file (char *src_dir, char *dst_dir, char *fname, int dccpermissions); int token_foreach (char *str, char sep, int (*callback) (char *str, void *ud), void *ud); guint32 str_hash (const char *key); guint32 str_ihash (const unsigned char *key); |