diff mcabber/src/screen.h @ 480:882e1acae422

Add /say_to command
author Mikael Berthe <mikael@lilotux.net>
date Tue, 04 Oct 2005 19:47:50 +0200
parents e4840b288be0
children 5a2132ba2220
line wrap: on
line diff
--- a/mcabber/src/screen.h	Mon Oct 03 23:59:56 2005 +0200
+++ b/mcabber/src/screen.h	Tue Oct 04 19:47:50 2005 +0200
@@ -51,6 +51,7 @@
 void scr_RosterUp(void);
 void scr_RosterDown(void);
 void scr_RosterSearch(char *);
+void scr_RosterJumpJid(char *);
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);
 void scr_BufferSearch(int direction, const char *text);