* Fixed a multiselect bug in the mailbox view. Ctrl-click was selecting a message...
[citadel.git] / citadel / modules / extnotify / extnotify.h
blob5cecb46e2e701e4a8f4bd6d9e7f666a18d1fc0d3
1 /*
2 * File: extnotify.h
3 * Author: Mathew McBride <matt@mcbridematt.dhs.org> / <matt@comalies>
5 * Created on January 13, 2008, 9:34 PM
6 */
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 #define FUNAMBOL_CONFIG_TEXT "funambol"
13 #define PAGER_CONFIG_MESSAGE "__ Push email settings __"
14 #define PAGER_CONFIG_TEXT "textmessage"
16 #define FUNAMBOL_WS "/funambol/services/admin"
18 int notify_funambol_server(char *user);
20 void extNotify_getPrefs(long configMsgNum, char *configMsg);
21 long extNotify_getConfigMessage(char *username);
22 void process_notify(long msgnum, void *usrdata);
24 #ifdef __cplusplus
26 #endif