| 33423:c86dc169ae9e | 33424:9919d10ee405 |
|---|---|
| 19 */ | 19 */ |
| 20 | 20 |
| 21 | 21 |
| 22 #include "internal.h" | 22 #include "internal.h" |
| 23 #include <glib.h> | 23 #include <glib.h> |
| 24 #include "obsolete.h" | |
| 24 | 25 |
| 25 #define PLUGIN_STATIC_NAME TinyURL | 26 #define PLUGIN_STATIC_NAME TinyURL |
| 26 #define PREFS_BASE "/plugins/gnt/tinyurl" | 27 #define PREFS_BASE "/plugins/gnt/tinyurl" |
| 27 #define PREF_LENGTH PREFS_BASE "/length" | 28 #define PREF_LENGTH PREFS_BASE "/length" |
| 28 #define PREF_URL PREFS_BASE "/url" | 29 #define PREF_URL PREFS_BASE "/url" |