diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/projects.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h index da4a1149..7f2c44a2 100644 --- a/src/projects.h +++ b/src/projects.h @@ -8,6 +8,11 @@ static const char PROJECTS_H_ID[] = "@(#)projects.h 4.11 95/09/23 GIE REL"; /* standard inclusions */ #include <math.h> #include <stdlib.h> + +#ifdef __cplusplus +extern "C" { +#endif + /* maximum path/filename */ #ifndef MAX_PATH_FILENAME #define MAX_PATH_FILENAME 1024 @@ -237,4 +242,8 @@ struct CTABLE *nad_init(char *); void nad_free(struct CTABLE *); extern char const pj_release[]; +#ifdef __cplusplus +} +#endif + #endif /* end of basic projections header */ |
