From e9baaaf60f7408784c360c3cd7ddf3db9cd77f7a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 14 Dec 2015 20:34:11 +0100 Subject: [PATCH] Add missing matrix_api_get_type() prototype --- src/matrix-api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix-api.h b/src/matrix-api.h index 2c170fa..deb84ca 100644 --- a/src/matrix-api.h +++ b/src/matrix-api.h @@ -160,6 +160,7 @@ struct _MatrixAPIInterface { void *padding[20]; }; +GType matrix_api_get_type(void) G_GNUC_CONST; void matrix_api_initial_sync(MatrixAPI *api, MatrixAPICallback callback, gpointer user_data,