Mercurial > pidgin
diff libpurple/example/nullclient.c @ 16668:07cf49a0f404
I _think_ this is it for libpurple's padding...
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Mon, 30 Apr 2007 00:09:25 +0000 |
| parents | 634b96915d2e |
| children | 4b65a67d23b8 |
line wrap: on
line diff
--- a/libpurple/example/nullclient.c Mon Apr 30 00:01:57 2007 +0000 +++ b/libpurple/example/nullclient.c Mon Apr 30 00:09:25 2007 +0000 @@ -107,6 +107,12 @@ g_source_remove, glib_input_add, g_source_remove, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL }; /*** End of the eventloop functions. ***/ @@ -149,6 +155,12 @@ NULL, NULL, null_ui_init, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
