summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-02 02:57:19 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-02 02:57:19 +0200
commit8b161f3fee2207bf423d88677ef42faaa7da7a97 (patch)
tree630ac581a8befec206b94888ee77d8492444f653
parent1acf84ee8c710f3b62fb57d67c2c43e403432258 (diff)
add C++ headers
-rw-r--r--atasmart.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/atasmart.h b/atasmart.h
index 2c68cd4..91850e3 100644
--- a/atasmart.h
+++ b/atasmart.h
@@ -25,6 +25,10 @@
#include <inttypes.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef int SkBool;
#ifndef FALSE
@@ -170,4 +174,8 @@ int sk_disk_dump(SkDisk *d);
void sk_disk_free(SkDisk *d);
+#ifdef __cplusplus
+}
+#endif
+
#endif