* add support for custom notifiers
[citadel.git] / citadel / modules / extnotify / extnotify.h
index 2d1874f2736c02f8acc3cc3cb44d74f807c85809..0639acbd5bd9031c6f848f488ecf2c4247dc0b65 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
 #define FUNAMBOL_WS "/funambol/services/admin"
 
 int notify_http_server(char *remoteurl, 
-                      char* template, 
+                      const char* template, 
                       long tlen, 
                       char *user,
                       char *msgid,