X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Feuidindex.h;h=e30f79fd97408c99e864adf5cdc6b9f2a013345f;hb=HEAD;hp=d50ce16b00ab4dd45069f6a557da4064b28c7dcb;hpb=b4057d567a5a15e17b5ffc89ea31b372b0c2f5e1;p=citadel.git diff --git a/citadel/euidindex.h b/citadel/euidindex.h deleted file mode 100644 index d50ce16b0..000000000 --- a/citadel/euidindex.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * $Id$ - * - * Index messages by EUID per room. - * - */ - -long locate_message_by_euid(char *euid, struct ctdlroom *qrbuf); -void index_message_by_euid(char *euid, struct ctdlroom *qrbuf, long msgnum); -void rebuild_euid_index(void);