diff src/gaim.h @ 2603:24664768a739

[gaim-migrate @ 2616] i shouldn't have modified gaim.h like i did. *slaps own wrists* Do as I say, not as I do. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Oct 2001 05:05:05 +0000
parents f194dd8250d4
children 37d80035e77f
line wrap: on
line diff
--- a/src/gaim.h	Thu Oct 25 02:30:12 2001 +0000
+++ b/src/gaim.h	Thu Oct 25 05:05:05 2001 +0000
@@ -401,5 +401,7 @@
 extern void system_log(enum log_event, struct gaim_connection *, struct buddy *, int);
 extern unsigned char *utf8_to_str(unsigned char *);
 extern char *str_to_utf8(unsigned char *);
+extern char *add_cr(char *);
+extern void strip_linefeed(char *);
 
 #endif /* _GAIM_H_ */