cline.h

changeset 4
c3acfb3b4957
parent 3
510d6b198dde
child 6
be923400164c
     1.1 --- a/cline.h	Thu May 26 14:39:52 2011 +0200
     1.2 +++ b/cline.h	Fri May 27 12:49:33 2011 +0200
     1.3 @@ -16,8 +16,15 @@
     1.4    bool matchesOnly;
     1.5  } settings_t;
     1.6  
     1.7 +#ifdef _cplusplus
     1.8 +extern "C" {
     1.9 +#endif
    1.10  settings_t* new_settings_t();
    1.11 +void destroy_settings_t(settings_t*);
    1.12  
    1.13 -void printHelpText(const char* prgName);
    1.14 +void printHelpText(const char*);
    1.15 +#ifdef _cplusplus
    1.16 +}
    1.17 +#endif
    1.18  
    1.19  #endif /* _CLINE_H */

mercurial