summaryrefslogtreecommitdiffstats
path: root/libtar/libtar_listhash.h
diff options
context:
space:
mode:
authorJames Christopher Adduono <jc@adduono.com>2016-03-01 22:01:53 +0100
committerEthan Yonker <dees_troy@teamw.in>2016-03-02 20:04:11 +0100
commit6f57f7c60167b11e0e7769310aa8878d2980a3da (patch)
tree8c19ef8ad663ef7155b5b382085130d51c926a94 /libtar/libtar_listhash.h
parentUnix file endings and remove execute permission (diff)
downloadandroid_bootable_recovery-6f57f7c60167b11e0e7769310aa8878d2980a3da.tar
android_bootable_recovery-6f57f7c60167b11e0e7769310aa8878d2980a3da.tar.gz
android_bootable_recovery-6f57f7c60167b11e0e7769310aa8878d2980a3da.tar.bz2
android_bootable_recovery-6f57f7c60167b11e0e7769310aa8878d2980a3da.tar.lz
android_bootable_recovery-6f57f7c60167b11e0e7769310aa8878d2980a3da.tar.xz
android_bootable_recovery-6f57f7c60167b11e0e7769310aa8878d2980a3da.tar.zst
android_bootable_recovery-6f57f7c60167b11e0e7769310aa8878d2980a3da.zip
Diffstat (limited to '')
-rw-r--r--libtar/libtar_listhash.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libtar/libtar_listhash.h b/libtar/libtar_listhash.h
index fa33cfd25..48c0d7409 100644
--- a/libtar/libtar_listhash.h
+++ b/libtar/libtar_listhash.h
@@ -15,6 +15,9 @@
#ifndef libtar_LISTHASH_H
#define libtar_LISTHASH_H
+#ifdef __cplusplus
+extern "C" {
+#endif
/***** list.c **********************************************************/
@@ -192,5 +195,9 @@ int libtar_hash_add(libtar_hash_t *, void *);
int libtar_hash_del(libtar_hash_t *,
libtar_hashptr_t *);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* ! libtar_LISTHASH_H */