From 8b161f3fee2207bf423d88677ef42faaa7da7a97 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jul 2008 02:57:19 +0200 Subject: add C++ headers --- atasmart.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/atasmart.h b/atasmart.h index 2c68cd4..91850e3 100644 --- a/atasmart.h +++ b/atasmart.h @@ -25,6 +25,10 @@ #include +#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 -- cgit