summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-08-24 15:28:42 +0800
committerLAN-TW <lantw44@gmail.com>2013-08-24 15:28:42 +0800
commit50217cdc97766e263a66eef5d4750e9b618d77f9 (patch)
treecd7abab8ed83b7955ddc61cfbe5eb3882feec34a
parent98bd9f10af36f308ef8a6c9247d4ae9b12b310e1 (diff)
downloadgsoc2013-libgnome-autoar-50217cdc97766e263a66eef5d4750e9b618d77f9.tar
gsoc2013-libgnome-autoar-50217cdc97766e263a66eef5d4750e9b618d77f9.tar.gz
gsoc2013-libgnome-autoar-50217cdc97766e263a66eef5d4750e9b618d77f9.tar.bz2
gsoc2013-libgnome-autoar-50217cdc97766e263a66eef5d4750e9b618d77f9.tar.lz
gsoc2013-libgnome-autoar-50217cdc97766e263a66eef5d4750e9b618d77f9.tar.xz
gsoc2013-libgnome-autoar-50217cdc97766e263a66eef5d4750e9b618d77f9.tar.zst
gsoc2013-libgnome-autoar-50217cdc97766e263a66eef5d4750e9b618d77f9.zip
Add missing G_BEGIN_DECLS and G_END_DECLS
-rw-r--r--gnome-autoar/autoar-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnome-autoar/autoar-common.h b/gnome-autoar/autoar-common.h
index 874483e..35073f0 100644
--- a/gnome-autoar/autoar-common.h
+++ b/gnome-autoar/autoar-common.h
@@ -32,6 +32,8 @@
#include <glib.h>
#include <glib-object.h>
+G_BEGIN_DECLS
+
char* autoar_common_get_basename_remove_extension (const char *filename);
char* autoar_common_get_filename_extension (const char *filename);
@@ -48,4 +50,6 @@ GError* autoar_common_g_error_new_a_entry (GQuark quark,
struct archive *a,
struct archive_entry *entry);
+G_END_DECLS
+
#endif /* AUTOAR_COMMON_H */