NETCFG: save messages if changed.
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index 4fe026efab3bcf691205fedf815e91c90ba48bae..25c835c7561022bd276c5e8093b879101a1ce8d6 100644 (file)
@@ -983,7 +983,7 @@ int pop3_do_fetching(pop3aggr *cpptr)
 /*
  * Scan a room's netconfig to determine whether it requires POP3 aggregation
  */
-void pop3client_scan_room(struct ctdlroom *qrbuf, void *data, const OneRoomNetCfg *OneRNCFG)
+void pop3client_scan_room(struct ctdlroom *qrbuf, void *data, OneRoomNetCfg *OneRNCFG)
 {
        const RoomNetCfgLine *pLine;
        void *vptr;