mcabber/src/utils.h
changeset 77 32f54ad6d729
parent 24 e88b15cbf2de
child 81 0bd578421ce9
equal deleted inserted replaced
76:a8f8492abd44 77:32f54ad6d729
     1 #ifndef __UTILS_H__
     1 #ifndef __UTILS_H__
     2 #define __UTILS_H__ 1
     2 #define __UTILS_H__ 1
     3 
     3 
     4 #include <ncurses.h>
     4 #include <ncurses.h>
     5 
     5 
     6 char **ut_SplitMessage(char *mensaje, int *nsubmsgs, unsigned int maxlong);
       
     7 void ut_InitDebug(int level);
     6 void ut_InitDebug(int level);
     8 void ut_WriteLog(const char *fmt, ...);
     7 void ut_WriteLog(const char *fmt, ...);
     9 char *ut_strrstr(const char *s1, const char *s2);
       
    10 char *getattr(char *buffer, char *what);
       
    11 char *gettag(char *buffer, char *what);
       
    12 void ut_CenterMessage(char *text, int width, char *output);
       
    13 
       
    14 
     8 
    15 
     9 
    16 #endif
    10 #endif