summaryrefslogtreecommitdiff
path: root/gusb/gusb-version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-version.h.in')
-rw-r--r--gusb/gusb-version.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gusb/gusb-version.h.in b/gusb/gusb-version.h.in
index 97bcbb1..051ac8c 100644
--- a/gusb/gusb-version.h.in
+++ b/gusb/gusb-version.h.in
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
*
- * Copyright (C) 2010 Richard Hughes <richard@hughsie.com>
+ * Copyright (C) 2010-2018 Richard Hughes <richard@hughsie.com>
*
* Licensed under the GNU Lesser General Public License Version 2.1
*
@@ -34,6 +34,8 @@
#ifndef __GUSB_VERSION_H
#define __GUSB_VERSION_H
+#include <glib.h>
+
/**
* G_USB_MAJOR_VERSION:
*
@@ -67,4 +69,6 @@
(G_USB_MAJOR_VERSION == (major) && G_USB_MINOR_VERSION == (minor) && \
G_USB_MICRO_VERSION >= (micro)))
+const gchar *g_usb_version_string (void);
+
#endif /* __GUSB_VERSION_H */