libpurple/plugins/test-request-input.c

changeset 39959
e47fcffd061b
parent 39245
ada3ed59ab05
child 40439
e9838d634d5e
equal deleted inserted replaced
39932:1788230a5ef3 39959:e47fcffd061b
20 */ 20 */
21 21
22 #include <glib.h> 22 #include <glib.h>
23 23
24 #include "internal.h" 24 #include "internal.h"
25 #include "notify.h" 25 #include <purple.h>
26 #include "plugins.h"
27 #include "version.h"
28 26
29 #define PREF_ROOT "/plugins" 27 #define PREF_ROOT "/plugins"
30 #define PREF_TEST "/plugins/tests" 28 #define PREF_TEST "/plugins/tests"
31 #define PREF_PREFIX "/plugins/tests/request-input" 29 #define PREF_PREFIX "/plugins/tests/request-input"
32 #define PREF_SINGLE PREF_PREFIX "/single" 30 #define PREF_SINGLE PREF_PREFIX "/single"

mercurial