Netconfigs: start abstracting handling of network config files
[citadel.git] / citadel / modules / network / serv_network.h
index c11a7f891ff02374e85b428453b5bd9401ef94ad..486c2d9ab52785f5830e9cedfb6be3e609c9ec5a 100644 (file)
@@ -34,7 +34,7 @@ typedef struct namelist namelist;
 
 struct namelist {
        namelist *next;
-       char name[SIZ];
+       StrBuf *Value;
 };