* add webcit database message ID to the notification template.
[citadel.git] / citadel / modules / extnotify / extnotify.h
index eab3e343a3e9b57e637b8313312eeba4f514883c..a88de1d6aa26501026957daa2a55e5ee86b33116 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 
 #define FUNAMBOL_WS "/funambol/services/admin"
 
-int notify_funambol_server(char *user, char *msgid);
+int notify_funambol_server(char *user, char *msgid, long MsgNum);
 
 void extNotify_getPrefs(long configMsgNum, char *configMsg);
 long extNotify_getConfigMessage(char *username);