gss.h | gss.h | |||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
#ifndef _GSS_H | #ifndef _GSS_H | |||
#define _GSS_H | #define _GSS_H | |||
#include <stdio.h> /* FILE */ | #include <stdio.h> /* FILE */ | |||
#include <stddef.h> /* size_t */ | #include <stddef.h> /* size_t */ | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define GSS_VERSION "0.0.2" | #define GSS_VERSION "0.0.3" | |||
#include <gss/api.h> | #include <gss/api.h> | |||
#include <gss/ext.h> | #include <gss/ext.h> | |||
#include <gss/krb5.h> | #include <gss/krb5.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 | |||