| 22 /* When writing a third-party plugin, do not include libpurple's internal.h |
22 /* When writing a third-party plugin, do not include libpurple's internal.h |
| 23 * included below. This file is for internal libpurple use only. We're including |
23 * included below. This file is for internal libpurple use only. We're including |
| 24 * it here for our own convenience. */ |
24 * it here for our own convenience. */ |
| 25 #include "internal.h" |
25 #include "internal.h" |
| 26 |
26 |
| 27 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */ |
27 /* This file includes all the libpurple headers */ |
| 28 #include <purple.h> |
28 #include <purple.h> |
| 29 |
29 |
| 30 static PurplePluginPrefFrame * |
30 static PurplePluginPrefFrame * |
| 31 get_plugin_pref_frame(PurplePlugin *plugin) { |
31 get_plugin_pref_frame(PurplePlugin *plugin) { |
| 32 PurplePluginPrefFrame *frame; |
32 PurplePluginPrefFrame *frame; |