diff mcabber/src/utils.h @ 77:32f54ad6d729

[/trunk] Changeset 91 by mikael * Some more cleaning * Create log in user's home dir if possible (more confidential...)
author mikael
date Sat, 16 Apr 2005 18:24:01 +0000
parents e88b15cbf2de
children 0bd578421ce9
line wrap: on
line diff
--- a/mcabber/src/utils.h	Sat Apr 16 18:13:24 2005 +0000
+++ b/mcabber/src/utils.h	Sat Apr 16 18:24:01 2005 +0000
@@ -3,14 +3,8 @@
 
 #include <ncurses.h>
 
-char **ut_SplitMessage(char *mensaje, int *nsubmsgs, unsigned int maxlong);
 void ut_InitDebug(int level);
 void ut_WriteLog(const char *fmt, ...);
-char *ut_strrstr(const char *s1, const char *s2);
-char *getattr(char *buffer, char *what);
-char *gettag(char *buffer, char *what);
-void ut_CenterMessage(char *text, int width, char *output);
-
 
 
 #endif