diff src/prpl.h @ 1443:336fc98b7f90

[gaim-migrate @ 1453] ha! take that, foul knave committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 02:53:40 +0000
parents de21a6790603
children de0b946e86a4
line wrap: on
line diff
--- a/src/prpl.h	Mon Jan 29 01:57:37 2001 +0000
+++ b/src/prpl.h	Mon Jan 29 02:53:40 2001 +0000
@@ -113,7 +113,7 @@
 void static_proto_init();
 
 /* this is what should actually load the protocol. pass it the protocol's initializer */
-void load_protocol(proto_init);
+void load_protocol(proto_init, int);
 void unload_protocol(struct prpl *);
 
 struct prpl *find_prpl(int);