DBG_QR[2] now a configurable loggable
[citadel.git] / webcit / roomops.c
index 11e536acd56e3c30a4538af278d623445b37a75a..8a3b4dfa4fe3f619d8d838e976bf95e78bf7e882 100644 (file)
@@ -41,7 +41,7 @@ ConstStr QR2FlagList[] = {
        {HKEY("")}
 };
 
-void DBG_QR(long QR)
+void _DBG_QR(long QR)
 {
        int i = 1;
        int j=0;
@@ -64,7 +64,7 @@ void DBG_QR(long QR)
 
 
 
-void DBG_QR2(long QR2)
+void _DBG_QR2(long QR2)
 {
        int i = 1;
        int j=0;