X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=8a3b4dfa4fe3f619d8d838e976bf95e78bf7e882;hb=500dbfd92ee52df131d21061ea70ec58c8e256c6;hp=11e536acd56e3c30a4538af278d623445b37a75a;hpb=083d1b6cb5ce5cd2d335eeaa8e9d45050dfa4494;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 11e536acd..8a3b4dfa4 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -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;