]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/ctdlfunctions.c
Did a little more style updating. Realized that I started this thing in 2018 and...
[citadel.git] / webcit-ng / ctdlfunctions.c
index 70e394ae2dcedee6ad463611b1f378edd36618c9..0365ad498c6cea6a97d0a046d4cfad9234bd00d9 100644 (file)
 
 #include "webcit.h"
 
-
-/*
- * Delete one or more messages from the connected Citadel server.
- * This function expects the session to already be "in" the room from which the messages will be deleted.
- */
-void ctdl_delete_msgs(struct ctdlsession *c, long *msgnums, int num_msgs)
-{
+// Delete one or more messages from the connected Citadel server.
+// This function expects the session to already be "in" the room from which the messages will be deleted.
+void ctdl_delete_msgs(struct ctdlsession *c, long *msgnums, int num_msgs) {
        int i = 0;
        char buf[1024];