diff src/ui.h @ 4160:fcc6db86f5c7

[gaim-migrate @ 4389] Nicola's Lichtmaier (niqueco) writes: "Several things: I've added some "const"s here and there. I've declared some functions as "pure" or "const" (helps gcc to optimize the code). I've declared debug_printf so that gcc can check the printf format string (this makes visible several formatting bugs!) I've changed minor things in util.c (why having an useless extra call to g_strncasecmp?). And I've added some _() as usual. I hope some of this gets checked in, if not all." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 31 Dec 2002 18:19:14 +0000
parents 9c31ddae80a1
children 7002b6f16bdf
line wrap: on
line diff
--- a/src/ui.h	Tue Dec 31 05:24:17 2002 +0000
+++ b/src/ui.h	Tue Dec 31 18:19:14 2002 +0000
@@ -396,7 +396,7 @@
 extern int is_logging(char *);
 extern void set_state_lock(int);
 extern void rm_log(struct log_conversation *);
-extern struct log_conversation *find_log_info(char *);
+extern struct log_conversation *find_log_info(const char *);
 extern void remove_tags(struct conversation *, char *);
 extern void update_log_convs();
 extern void update_transparency();