comparison libpurple/protocols/null/nullprpl.c @ 23769:60f5abc6cf0c

propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac) to branch 'im.pidgin.pidgin.vv' (head 9fd950ff4de5331c13cd762cb755741046bdd576)
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 29 Dec 2007 06:34:59 +0000
parents 44b4e8bd759b 315151da0dc6
children 750d700098c1
comparison
equal deleted inserted replaced
21949:18628d7aba30 23769:60f5abc6cf0c
1123 NULL, /* send_raw */ 1123 NULL, /* send_raw */
1124 NULL, /* roomlist_room_serialize */ 1124 NULL, /* roomlist_room_serialize */
1125 NULL, /* padding... */ 1125 NULL, /* padding... */
1126 NULL, 1126 NULL,
1127 NULL, 1127 NULL,
1128 NULL, 1128 sizeof(PurpleProtocolPluginInfo)
1129 }; 1129 };
1130 1130
1131 static void nullprpl_init(PurplePlugin *plugin) 1131 static void nullprpl_init(PurplePlugin *plugin)
1132 { 1132 {
1133 /* see accountopt.h for information about user splits and protocol options */ 1133 /* see accountopt.h for information about user splits and protocol options */