mcabber/src/screen.c
changeset 1599 dcd5d4c75199
parent 1598 a087125d8fc8
child 1602 f4a2c6f767d1
--- a/mcabber/src/screen.c	Sun Oct 11 15:38:32 2009 +0200
+++ b/mcabber/src/screen.c	Sun Oct 11 15:39:32 2009 +0200
@@ -1,7 +1,7 @@
 /*
  * screen.c     -- UI stuff
  *
- * Copyright (C) 2005-2008 Mikael Berthe <mikael@lilotux.net>
+ * Copyright (C) 2005-2009 Mikael Berthe <mikael@lilotux.net>
  * Parts of this file come from the Cabber project <cabber@ajmacias.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -164,6 +164,7 @@
 void scr_WriteMessage(const char *bjid, const char *text,
                       time_t timestamp, guint prefix_flags,
                       unsigned mucnicklen, gpointer xep184);
+
 inline void scr_UpdateBuddyWindow(void);
 inline void scr_set_chatmode(int enable);