diff options
author | pierre <none@none> | 2006-04-05 15:54:20 +0000 |
---|---|---|
committer | pierre <none@none> | 2006-04-05 15:54:20 +0000 |
commit | 46da6312f6ba8f3a63f265e47271aaed7368f85d (patch) | |
tree | b923597a3a96156f711b0df57fc70993a9ecc660 /src/gdfx.h | |
parent | f7429314bfbee56bfcc314ecf38072e1a40186e1 (diff) | |
download | libgd-46da6312f6ba8f3a63f265e47271aaed7368f85d.tar.gz |
- sync to 2.0.29
Diffstat (limited to 'src/gdfx.h')
-rw-r--r-- | src/gdfx.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +#ifdef __cplusplus +extern "C" { +#endif + #ifndef GDFX_H #define GDFX_H 1 @@ -63,3 +67,7 @@ BGD_DECLARE(char *) gdImageStringFTCircle( #endif /* GDFX_H */ + +#ifdef __cplusplus +} +#endif |