comparison mcabber/screen.h @ 21:7eeda3a06b21

[/trunk] Changeset 36 by mikael * Translations, cleanups.
author mikael
date Sun, 27 Mar 2005 18:52:11 +0000
parents b04282e4cd80
children 6a97e7cd00d9
comparison
equal deleted inserted replaced
20:e97f323c8aa2 21:7eeda3a06b21
36 void scr_TerminateCurses(void); 36 void scr_TerminateCurses(void);
37 void scr_CreatePopup(char *title, char *texto, int corte, int type, 37 void scr_CreatePopup(char *title, char *texto, int corte, int type,
38 char *returnstring); 38 char *returnstring);
39 void scr_WriteInWindow(char *nombreVentana, char *texto, int TimeStamp, 39 void scr_WriteInWindow(char *nombreVentana, char *texto, int TimeStamp,
40 int force_show); 40 int force_show);
41 void scr_WriteMessage(int sock);
42 void scr_WriteIncomingMessage(char *jidfrom, char *text); 41 void scr_WriteIncomingMessage(char *jidfrom, char *text);
43 void scr_RoolWindow(void); 42 void scr_RoolWindow(void);
44 void scr_ShowBuddyWindow(void); 43 void scr_ShowBuddyWindow(void);
45 void scr_LogPrint(const char *fmt, ...); 44 void scr_LogPrint(const char *fmt, ...);
46 window_entry_t *scr_SearchWindow(char *winId); 45 window_entry_t *scr_SearchWindow(char *winId);