--- lmtp2nntp_option.h 2002/01/24 16:25:54 1.2
+++ lmtp2nntp_option.h 2002/01/30 16:41:02 1.3
@@ -96,11 +96,9 @@
val_t *val; /* val we are registered under */
/**/
int number; /* number of this option for popt */
- struct { /* option data as read from configuration */
+ union { /* option data as read from configuration */
int f; /* OPT_FLAG */
- void *foo1, *foo2, *foo3, *foo4, *foo5, *foo6, *foo7, *foo8, *foo9;
char *s; /* OPT_SINGLE */
- void *bar1, *bar2, *bar3, *bar4, *bar5, *bar6, *bar7, *bar8, *bar9;
char **m; /* OPT_MULTI */
} data;
int ndata;
|