summaryrefslogtreecommitdiff
path: root/gusb/gusb-util.h
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-09 01:09:44 -0700
committerRichard Hughes <richard@hughsie.com>2012-06-10 09:43:24 +0100
commitc20178312e59d9aa3a77f94b49987da0419c1320 (patch)
treee6e98faf99f2f066005e23679b541cdcf97f695b /gusb/gusb-util.h
parent049fdd43d6e8b82b170569bcc9a47fee5cb958e5 (diff)
downloadgusb-c20178312e59d9aa3a77f94b49987da0419c1320.tar.gz
Rename inconsistently named gusb_* symbols to g_usb_*
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'gusb/gusb-util.h')
-rw-r--r--gusb/gusb-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gusb/gusb-util.h b/gusb/gusb-util.h
index bfb5ace..a60787c 100644
--- a/gusb/gusb-util.h
+++ b/gusb/gusb-util.h
@@ -23,11 +23,11 @@
#include <glib.h>
-#define GUSB_RESERVED_PADDING 64
+#define G_USB_RESERVED_PADDING 64
G_BEGIN_DECLS
-const gchar* gusb_strerror(gint error_code);
+const gchar* g_usb_strerror(gint error_code);
G_END_DECLS