File: add-missing-prototype

package info (click to toggle)
glabels 3.4.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,824 kB
  • sloc: ansic: 41,310; xml: 10,328; sh: 4,172; makefile: 834
file content (19 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Jim Evins <evins@snaught.com>
Subject: Added missing function prototype to header.
Origin: upstream, https://github.com/jimevins/glabels/commit/01c80fc941cf5c8bf0d2b64a6a58cc3b5138f932
Bug-Debian: http://bugs.debian.org/855604

---
 src/prefs-model.h |    1 +
 1 file changed, 1 insertion(+)

--- a/src/prefs-model.h
+++ b/src/prefs-model.h
@@ -54,6 +54,7 @@ struct _glPrefsModelClass {
                          gpointer      user_data);
 };
 
+glPrefsModel  *gl_prefs_model_new_null                      (void);
 
 GType          gl_prefs_model_get_type                      (void) G_GNUC_CONST;