comparison 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
comparison
equal deleted inserted replaced
1442:2f4e6269b001 1443:336fc98b7f90
111 111
112 /* this is mostly just for aim.c, when it initializes the protocols */ 112 /* this is mostly just for aim.c, when it initializes the protocols */
113 void static_proto_init(); 113 void static_proto_init();
114 114
115 /* this is what should actually load the protocol. pass it the protocol's initializer */ 115 /* this is what should actually load the protocol. pass it the protocol's initializer */
116 void load_protocol(proto_init); 116 void load_protocol(proto_init, int);
117 void unload_protocol(struct prpl *); 117 void unload_protocol(struct prpl *);
118 118
119 struct prpl *find_prpl(int); 119 struct prpl *find_prpl(int);
120 120
121 void register_user(gpointer, gpointer); 121 void register_user(gpointer, gpointer);