comparison src/multi.h @ 5564:187c740f2a4e

[gaim-migrate @ 5966] Committing what I have so far. Some new functions, and msn is almost done. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 18:04:45 +0000
parents 9eb5b13fd412
children 0bdfa28c678e
comparison
equal deleted inserted replaced
5563:9eb5b13fd412 5564:187c740f2a4e
109 gboolean is_int; 109 gboolean is_int;
110 int min; 110 int min;
111 int max; 111 int max;
112 }; 112 };
113 113
114 void set_login_progress(GaimConnection *, float, char *);
115 void hide_login_progress(GaimConnection *, char *);
116 void hide_login_progress_notice(GaimConnection *, char *);
117 void hide_login_progress_error(GaimConnection *, char *);
118
119 #endif /* _MULTI_H_ */ 114 #endif /* _MULTI_H_ */