--- a/finch/gntdebug.c Mon Apr 30 00:09:25 2007 +0000 +++ b/finch/gntdebug.c Mon Apr 30 00:17:43 2007 +0000 @@ -95,7 +95,13 @@ static PurpleDebugUiOps uiops = { finch_debug_print, - finch_debug_is_enabled + finch_debug_is_enabled, + + /* padding */ + NULL, + NULL, + NULL, + NULL }; PurpleDebugUiOps *finch_debug_get_ui_ops()