RNCFG: add forward declaration missing in last commit.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 10 Feb 2013 15:10:00 +0000 (16:10 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 10 Feb 2013 15:10:00 +0000 (16:10 +0100)
citadel/netconfig.c

index 916835e53465f53f98b6f281674197ce1067e4ad..7fc53c594c8df304a055847f938e6de65c723f8b 100644 (file)
@@ -32,6 +32,7 @@
 
 
 void vFreeRoomNetworkStruct(void *vOneRoomNetCfg);
+void FreeRoomNetworkStructContent(OneRoomNetCfg *OneRNCfg);
 
 HashList *CfgTypeHash = NULL;
 HashList *RoomConfigs = NULL;