--- src/sendmsg.h.orig	Tue Aug 10 05:44:52 1999
+++ src/sendmsg.h	Mon Nov 29 17:24:55 1999
@@ -11,7 +11,7 @@
 extern ProgressData *search_pdata;
 
 void Do_Resend( void );
-void icq_sendmsg( UIN_T uin, const gchar *text, gboolean forced );
+void icq_sendmsg( UIN_T uin, const gchar *text, gboolean forced, gboolean resent );
 void icq_reverse_tcp( UIN_T uin, int port );
 void icq_sendurl( GtkWidget *widget, struct URLInfo *data );
 void icq_sendauthmsg( UIN_T uin );
@@ -26,5 +26,7 @@
 size_t SOCKREAD( void * ptr, size_t len );
 void Update_User_Info( void );
 void info_req_99( UIN_T uin );
+gchar *toNet( const gchar *text );
+gchar *toLocal( const gchar *text );
 
 #endif /* __SENDMSG_H__ */
