comparison src/multi.h @ 8170:9d1a984681fe

[gaim-migrate @ 8883] Gary Kramlich is probably getting sick of the prefs system, but at least he made a nice interface for protocol prefs. Thanks Gary! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 25 Jan 2004 22:15:42 +0000
parents fa6395637e2c
children 5af95c2b1179
comparison
equal deleted inserted replaced
8169:a64774143a42 8170:9d1a984681fe
47 int min; 47 int min;
48 int max; 48 int max;
49 gboolean secret; 49 gboolean secret;
50 }; 50 };
51 51
52 struct proto_pref {
53 char *key;
54 char *label;
55 int min;
56 int max;
57 };
58
52 #endif /* _MULTI_H_ */ 59 #endif /* _MULTI_H_ */
53 60
54 /* A big line. */ 61 /* A big line. */
55 /* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */ 62 /* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
56