wmclockmon: fix global variables causing linkage failure
[dockapps.git] / wmclockmon / wmclockmon-config / dialogs.h
blob5a911998829164435aa35bb87f698a9bed382224
1 /*
2 * dialogs.
3 */
5 #ifndef DIALOGS_H
6 #define DIALOGS_H
8 void ync_dialog(const char *title, const char *text, void *f_yes, void *f_no);
9 void ok_dialog(const char *title, const char *text);
10 void file_dialog(const char *title,
11 const char *dir, const char *filter,
12 void *ok_cb, void *cancel_cb);
14 #endif