X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Feuidindex.h;h=8622c6ad7129a52749b93aeb6bdacf01467693f7;hb=7555d277f2ccfa8d3f484e5e1dc76e64284afe11;hp=3357b679225da057353a335bd88321347711fb04;hpb=fab382acec9841893c256478aa6ebfb08fcf80f4;p=citadel.git diff --git a/citadel/euidindex.h b/citadel/euidindex.h index 3357b6792..8622c6ad7 100644 --- a/citadel/euidindex.h +++ b/citadel/euidindex.h @@ -1,8 +1,5 @@ /* - * $Id$ - * * Index messages by EUID per room. - * */ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf); @@ -11,4 +8,3 @@ long locate_message_by_euid(char *euid, struct ctdlroom *qrbuf) __attribute__ (( void index_message_by_euid(char *euid, struct ctdlroom *qrbuf, long msgnum); void rebuild_euid_index(void); void cmd_euid(char *cmdbuf); -