summaryrefslogtreecommitdiff
path: root/vendor.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor.h')
-rw-r--r--vendor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.h b/vendor.h
index b40dafb1..778e2ea3 100644
--- a/vendor.h
+++ b/vendor.h
@@ -26,8 +26,8 @@ struct _Vendor {
char *url;
};
+void vendor_init(void);
const gchar *vendor_get_name(const gchar *id);
const gchar *vendor_get_url(const gchar *id);
-
#endif /* __VENDOR_H__ */