cleanup webcit.h; utils.c, remove unneeded stuff
[citadel.git] / webcit / roomops.c
index bcbbe24cb535e70a5a9a9c0a7d9f07b1dfdbc4b3..5029030bb9d231c5fa8398645f5824a0f933d504 100644 (file)
@@ -113,6 +113,11 @@ void _DBG_QR2(long QR2)
 /*******************************************************************************
  ***************************** Goto Commands ***********************************
  ******************************************************************************/
+
+void dotskip(void) {
+       smart_goto(sbstr("room"));
+}
+
 void dotgoto(void) {
        if (!havebstr("room")) {
                readloop(readnew, eUseDefault);