comparison src/prpl.h @ 1815:f15d449b3167

[gaim-migrate @ 1825] I am IRON MAN committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 06 May 2001 09:20:03 +0000
parents c649b63382b7
children 75643b9f4261
comparison
equal deleted inserted replaced
1814:4681a02d6d3e 1815:f15d449b3167
134 /* this is what should actually load the protocol. pass it the protocol's initializer */ 134 /* this is what should actually load the protocol. pass it the protocol's initializer */
135 void load_protocol(proto_init, int); 135 void load_protocol(proto_init, int);
136 void unload_protocol(struct prpl *); 136 void unload_protocol(struct prpl *);
137 137
138 struct prpl *find_prpl(int); 138 struct prpl *find_prpl(int);
139 void do_proto_menu();
139 140
140 void register_user(gpointer, gpointer); 141 void register_user(gpointer, gpointer);
141 void prepare_regbox_for_next(); 142 void prepare_regbox_for_next();
142 143
143 void do_ask_dialog(const char *, void *, void *, void *); 144 void do_ask_dialog(const char *, void *, void *, void *);