* collect sender / read / unread information for calendar items
[citadel.git] / webcit / notes.c
index 0d790ec7a86f89bcc3c1cf79de2dd6b7effdce54..3896d11cfe21588ca2e3d2bb8110dd36966412dd 100644 (file)
@@ -14,7 +14,7 @@
  * \brief display sticky notes
  * \param msgnum the citadel mesage number
  */
-void display_note(long msgnum)
+void display_note(long msgnum, int unread)
 {
        char buf[SIZ];
        char notetext[SIZ];