| 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" |