File glabels-missing-function-prototype.patch of Package glabels
From 0b5d2091ef018840bc0e352a09bbabd67cc0e76c Mon Sep 17 00:00:00 2001
From: Jim Evins <evins@snaught.com>
Date: Sun, 24 Apr 2016 11:32:28 -0400
Subject: [PATCH] Added missing function prototype to header.
---
src/prefs-model.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/prefs-model.h b/src/prefs-model.h
index 72efa84..10316a1 100644
--- a/src/prefs-model.h
+++ b/src/prefs-model.h
@@ -59,6 +59,7 @@ GType gl_prefs_model_get_type (void) G_GNUC_CONST;
glPrefsModel *gl_prefs_model_new (void);
+glPrefsModel *gl_prefs_model_new_null (void);
void gl_prefs_model_set_units (glPrefsModel *this,
lglUnits units);
--
2.5.0