gss.h | gss.h | |||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
* | * | |||
*/ | */ | |||
#ifndef _GSS_H | #ifndef _GSS_H | |||
#define _GSS_H | #define _GSS_H | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define GSS_VERSION "0.0.24" | #define GSS_VERSION "0.0.25" | |||
#include <gss/api.h> | #include <gss/api.h> | |||
#include <gss/ext.h> | #include <gss/ext.h> | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif /* _GSS_H */ | #endif /* _GSS_H */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||