summaryrefslogtreecommitdiff
path: root/src/wbmp.h
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:54:21 +0000
committerpierre <none@none>2006-04-05 15:54:21 +0000
commitf52a8e788ad2d9c3998ace3eeda54a4ffd48b043 (patch)
tree91761c2b3bf176873de1b94538d030449a544f02 /src/wbmp.h
parent1fd2ca4206aad8e210020047e85dc73a7f71cc5f (diff)
downloadlibgd-f52a8e788ad2d9c3998ace3eeda54a4ffd48b043.tar.gz
- sync to 2.0.29GD_2_0_29
Diffstat (limited to 'src/wbmp.h')
-rw-r--r--src/wbmp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wbmp.h b/src/wbmp.h
index 3cb3de6..1233e7d 100644
--- a/src/wbmp.h
+++ b/src/wbmp.h
@@ -1,3 +1,7 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* WBMP
** ----
** WBMP Level 0: B/W, Uncompressed
@@ -46,3 +50,7 @@ void freewbmp (Wbmp * wbmp);
void printwbmp (Wbmp * wbmp);
#endif
+
+#ifdef __cplusplus
+}
+#endif