comparison src/prpl.h @ 1355:04874e92af24

[gaim-migrate @ 1365] better handling of new user for probably use in reg dialog. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 22 Dec 2000 03:55:47 +0000
parents b332d8f46b84
children 776bb4c6c0b8
comparison
equal deleted inserted replaced
1354:6b0a7cea1dd1 1355:04874e92af24
106 void unload_protocol(struct prpl *); 106 void unload_protocol(struct prpl *);
107 107
108 struct prpl *find_prpl(int); 108 struct prpl *find_prpl(int);
109 109
110 void register_user(gpointer, gpointer); 110 void register_user(gpointer, gpointer);
111 void prepare_regbox_for_next();
111 112
112 void do_ask_dialog(const char *, void *, void *, void *); 113 void do_ask_dialog(const char *, void *, void *, void *);
113 #endif 114 #endif