* Updated the wording of the output of a DOWN command ued to restart the server.
[citadel.git] / citadel / euidindex.h
blob23523817c2a6e9bc2315a8196dc07ad7ca9662b8
1 /*
2 * $Id$
4 * Index messages by EUID per room.
6 */
8 int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf);
9 long locate_message_by_euid(char *euid, struct ctdlroom *qrbuf);
10 void index_message_by_euid(char *euid, struct ctdlroom *qrbuf, long msgnum);
11 void rebuild_euid_index(void);
12 void cmd_euid(char *cmdbuf);