comparison plugins/ipc-test-server.c @ 9954:a9fb4493ae22

[gaim-migrate @ 10851] a combination of the hacking i've been doing on jabber, and the patch datallah just sent me committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 05 Sep 2004 17:10:39 +0000
parents 294ae6548d4e
children 50224ac8184d
comparison
equal deleted inserted replaced
9953:d908907d9441 9954:a9fb4493ae22
21 #define IPC_TEST_SERVER_PLUGIN_ID "core-ipc-test-server" 21 #define IPC_TEST_SERVER_PLUGIN_ID "core-ipc-test-server"
22 22
23 #include "internal.h" 23 #include "internal.h"
24 #include "debug.h" 24 #include "debug.h"
25 #include "plugin.h" 25 #include "plugin.h"
26 #include "version.h"
26 27
27 static int 28 static int
28 add_func(int i1, int i2) 29 add_func(int i1, int i2)
29 { 30 {
30 gaim_debug_misc("ipc-test-server", "Got %d, %d, returning %d\n", 31 gaim_debug_misc("ipc-test-server", "Got %d, %d, returning %d\n",
58 return TRUE; 59 return TRUE;
59 } 60 }
60 61
61 static GaimPluginInfo info = 62 static GaimPluginInfo info =
62 { 63 {
63 GAIM_PLUGIN_API_VERSION, /**< api_version */ 64 GAIM_PLUGIN_MAGIC,
65 GAIM_MAJOR_VERSION,
66 GAIM_MINOR_VERSION,
64 GAIM_PLUGIN_STANDARD, /**< type */ 67 GAIM_PLUGIN_STANDARD, /**< type */
65 NULL, /**< ui_requirement */ 68 NULL, /**< ui_requirement */
66 0, /**< flags */ 69 0, /**< flags */
67 NULL, /**< dependencies */ 70 NULL, /**< dependencies */
68 GAIM_PRIORITY_DEFAULT, /**< priority */ 71 GAIM_PRIORITY_DEFAULT, /**< priority */