diff src/gaim.h @ 1191:4fd0d35826fe

[gaim-migrate @ 1201] thanks to decklin for this patch. for some reason the logic in strcpy_withhtml looks funny to me. i'm sure it's just me though. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 03 Dec 2000 09:50:39 +0000
parents f4d4a14752ee
children 90bb83cafb9e
line wrap: on
line diff
--- a/src/gaim.h	Sat Dec 02 20:02:59 2000 +0000
+++ b/src/gaim.h	Sun Dec 03 09:50:39 2000 +0000
@@ -550,6 +550,7 @@
 extern void set_first_user (char *);
 extern int do_auto_login (char *);
 extern int file_is_dir (char *, GtkWidget *);
+extern void strncpy_withhtml(gchar *, const gchar *, size_t);
 
 /* Functions in server.c */
 /* input to serv */