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