From ce67ed08048376e522eede80e7a9e43ba9c4b67a Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 10 Feb 2013 16:10:00 +0100 Subject: [PATCH] RNCFG: add forward declaration missing in last commit. --- citadel/netconfig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/netconfig.c b/citadel/netconfig.c index 916835e53..7fc53c594 100644 --- a/citadel/netconfig.c +++ b/citadel/netconfig.c @@ -32,6 +32,7 @@ void vFreeRoomNetworkStruct(void *vOneRoomNetCfg); +void FreeRoomNetworkStructContent(OneRoomNetCfg *OneRNCfg); HashList *CfgTypeHash = NULL; HashList *RoomConfigs = NULL; -- 2.30.2