diff src/gtkimhtml.c @ 12412:a88ca6da0b38

[gaim-migrate @ 14719] Make some functions static. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 21:00:39 +0000
parents 3726ff9022f3
children 9d7fb0b21d9f
line wrap: on
line diff
--- a/src/gtkimhtml.c	Thu Dec 08 20:59:49 2005 +0000
+++ b/src/gtkimhtml.c	Thu Dec 08 21:00:39 2005 +0000
@@ -2233,7 +2233,7 @@
 
 /* returns if the beginning of the text is a protocol. If it is the protocol, returns the length so
    the caller knows how long the protocol string is. */
-int gtk_imhtml_is_protocol(const char *text)
+static int gtk_imhtml_is_protocol(const char *text)
 {
 	gint i;