* Added the EUID command to search for a message by EUID
[citadel.git] / citadel / euidindex.h
1 /*
2  * $Id$
3  *
4  * Index messages by EUID per room.
5  *
6  */
7
8 long locate_message_by_euid(char *euid, struct ctdlroom *qrbuf);
9 void index_message_by_euid(char *euid, struct ctdlroom *qrbuf, long msgnum);
10 void rebuild_euid_index(void);
11 void cmd_euid(char *cmdbuf);
12