comparison libpurple/plugins/psychic.c @ 16666:5205dd2bd035

And the rest of the plugins that are compiling for me by default...
author Gary Kramlich <grim@reaperworld.com>
date Sun, 29 Apr 2007 22:33:23 +0000
parents f8eb3e7c4fbd
children 589cc5757148
comparison
equal deleted inserted replaced
16665:6531f1a2e1d7 16666:5205dd2bd035
118 118
119 static PurplePluginUiInfo prefs_info = { 119 static PurplePluginUiInfo prefs_info = {
120 get_plugin_pref_frame, 120 get_plugin_pref_frame,
121 0, /* page_num (Reserved) */ 121 0, /* page_num (Reserved) */
122 NULL, /* frame (Reserved) */ 122 NULL, /* frame (Reserved) */
123
124 /* padding */
125 NULL,
126 NULL,
127 NULL,
128 NULL
123 }; 129 };
124 130
125 131
126 static PurplePluginInfo info = { 132 static PurplePluginInfo info = {
127 PURPLE_PLUGIN_MAGIC, 133 PURPLE_PLUGIN_MAGIC,
147 153
148 NULL, /**< ui_info */ 154 NULL, /**< ui_info */
149 NULL, /**< extra_info */ 155 NULL, /**< extra_info */
150 &prefs_info, /**< prefs_info */ 156 &prefs_info, /**< prefs_info */
151 NULL, /**< actions */ 157 NULL, /**< actions */
158
159 /* padding */
160 NULL,
161 NULL,
162 NULL,
163 NULL
152 }; 164 };
153 165
154 166
155 static void 167 static void
156 init_plugin(PurplePlugin *plugin) { 168 init_plugin(PurplePlugin *plugin) {