From 5d9264aff6d7bcdd2f0595bfdf2a3a7a23330d46 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sat, 3 Nov 2012 10:24:25 -0700 Subject: Initial commit for utf8 everywhere. --- src/common/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/util.h') 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); -- cgit 1.4.1