comparison mcabber/src/screen.c @ 1599:dcd5d4c75199

Update/Add headers
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:39:32 +0200
parents a087125d8fc8
children f4a2c6f767d1
comparison
equal deleted inserted replaced
1598:a087125d8fc8 1599:dcd5d4c75199
1 /* 1 /*
2 * screen.c -- UI stuff 2 * screen.c -- UI stuff
3 * 3 *
4 * Copyright (C) 2005-2008 Mikael Berthe <mikael@lilotux.net> 4 * Copyright (C) 2005-2009 Mikael Berthe <mikael@lilotux.net>
5 * Parts of this file come from the Cabber project <cabber@ajmacias.com> 5 * Parts of this file come from the Cabber project <cabber@ajmacias.com>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or (at 9 * the Free Software Foundation; either version 2 of the License, or (at
162 unsigned mucnicklen); 162 unsigned mucnicklen);
163 163
164 void scr_WriteMessage(const char *bjid, const char *text, 164 void scr_WriteMessage(const char *bjid, const char *text,
165 time_t timestamp, guint prefix_flags, 165 time_t timestamp, guint prefix_flags,
166 unsigned mucnicklen, gpointer xep184); 166 unsigned mucnicklen, gpointer xep184);
167
167 inline void scr_UpdateBuddyWindow(void); 168 inline void scr_UpdateBuddyWindow(void);
168 inline void scr_set_chatmode(int enable); 169 inline void scr_set_chatmode(int enable);
169 170
170 #define SPELLBADCHAR 5 171 #define SPELLBADCHAR 5
171 172