diff 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
line wrap: on
line diff
--- a/src/multi.h	Sun Jan 25 22:01:34 2004 +0000
+++ b/src/multi.h	Sun Jan 25 22:15:42 2004 +0000
@@ -49,8 +49,14 @@
 	gboolean secret;
 };
 
+struct proto_pref {
+	char *key;
+	char *label;
+	int min;
+	int max;
+};
+
 #endif /* _MULTI_H_ */
 
 /* A big line. */
 /* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
-