]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
* New MSGS subcommand 'EUID' to fetch msgnum of a message by EUID ... similar to...
[citadel.git] / citadel / msgbase.h
index 9786cfd3f16edc65dae67300b7b596833b15279c..f058527e35d2b67bfa5ade251d17f768a39147ad 100644 (file)
@@ -13,7 +13,8 @@ enum {
        MSGS_LAST,
        MSGS_GT,
        MSGS_EQ,
-       MSGS_SEARCH
+       MSGS_SEARCH,
+       MSGS_EUID
 };
 
 /*
@@ -162,7 +163,6 @@ int CtdlOutputPreLoadedMsg(struct CtdlMessage *,
                           int crlf,            /* 0=LF, 1=CRLF */
                           int flags            /* should the bessage be exported clean? */
 );
-int CtdlCopyMsgsToRoom(long *msgnum, int num_msgs, char *dest);
 int CtdlDoIHavePermissionToDeleteMessagesFromThisRoom(void);
 
 enum {