diff mcabber/utils.h @ 0:b3b2332715fb

Tailorization of /trunk Import of the upstream sources from Repository: file:///tmp/svn-mcabber Module: /trunk Revision: 15
author tailor@frmp8452
date Thu, 30 Jun 2005 21:39:31 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/utils.h	Thu Jun 30 21:39:31 2005 +0000
@@ -0,0 +1,16 @@
+#ifndef __UTILS_H__
+#define __UTILS_H__ 1
+
+#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