Can you tell I'm REALLY avoiding another task right now?
[citadel.git] / citadel / server / euidindex.h
index e30f79fd97408c99e864adf5cdc6b9f2a013345f..4213339c6e32342983080ef975ee1ec2d1067cac 100644 (file)
@@ -1,9 +1,7 @@
-/*
- * Index messages by EUID per room.
- */
+// Index messages by EUID per room.
 
 int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf);
-/* locate_message_by_euid is deprecated. Use CtdlLocateMessageByEuid instead */
+// 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);