]> code.citadel.org Git - citadel.git/blobdiff - citadel/policy.c
policy
[citadel.git] / citadel / policy.c
index 9ca62e5f153e10191a43c9a64306fb8595269813..841736d13eb02705ab855098297f024b83f98fe5 100644 (file)
@@ -43,3 +43,19 @@ void GetExpirePolicy(struct ExpirePolicy *epbuf, struct quickroom *qrbuf) {
        }
 
 
+/*
+ * Get Policy EXpire
+ */
+void cmd_gpex(char *argbuf) {
+       cprintf("%d Command not yet implemented.\n", ERROR);
+       }
+
+
+/*
+ * Set Policy EXpire
+ */
+void cmd_spex(char *argbuf) {
+       cprintf("%d Command not yet implemented.\n", ERROR);
+       }
+
+