X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Feuidindex.h;h=3357b679225da057353a335bd88321347711fb04;hb=fab382acec9841893c256478aa6ebfb08fcf80f4;hp=23523817c2a6e9bc2315a8196dc07ad7ca9662b8;hpb=3d3430163ce00bc9ff4c756651020fc5a8644af3;p=citadel.git diff --git a/citadel/euidindex.h b/citadel/euidindex.h index 23523817c..3357b6792 100644 --- a/citadel/euidindex.h +++ b/citadel/euidindex.h @@ -6,7 +6,8 @@ */ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf); -long locate_message_by_euid(char *euid, struct ctdlroom *qrbuf); +/* locate_message_by_euid is deprecated. Use CtdlLocateMessageByEuid instead */ +long locate_message_by_euid(char *euid, struct ctdlroom *qrbuf) __attribute__ ((deprecated)); void index_message_by_euid(char *euid, struct ctdlroom *qrbuf, long msgnum); void rebuild_euid_index(void); void cmd_euid(char *cmdbuf);