diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-04-10 03:40:48 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-04-10 03:40:48 +0000 |
commit | 503c0227622254c0ae3209a1fa72bcb68bb450bc (patch) | |
tree | 48df20533f300f819504c15af33cdc03fc386a93 /Build/source/libs/gd/libgd-src/src/wbmp.h | |
parent | a9d86b73ecf95b83666e16c4d90e348c4958a63b (diff) |
libgd 2.3.0
git-svn-id: svn://tug.org/texlive/trunk@54636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/libgd-src/src/wbmp.h')
-rw-r--r-- | Build/source/libs/gd/libgd-src/src/wbmp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/libs/gd/libgd-src/src/wbmp.h b/Build/source/libs/gd/libgd-src/src/wbmp.h index f163b4be410..9a93d6ebf09 100644 --- a/Build/source/libs/gd/libgd-src/src/wbmp.h +++ b/Build/source/libs/gd/libgd-src/src/wbmp.h @@ -1,7 +1,3 @@ -#ifdef __cplusplus -extern "C" { -#endif - /* WBMP * ---- * WBMP Level 0: B/W, Uncompressed @@ -16,6 +12,10 @@ extern "C" { #ifndef __WBMP_H #define __WBMP_H 1 +#ifdef __cplusplus +extern "C" { +#endif + /* WBMP struct * ----------- * A Wireless bitmap structure @@ -44,8 +44,8 @@ extern "C" { void freewbmp(Wbmp *wbmp); void printwbmp(Wbmp *wbmp); -#endif - #ifdef __cplusplus } #endif + +#endif |