#ifndef _LIBSA_VERS_H_ #define _LIBSA_VERS_H_ #ifdef __cplusplus extern "C" { #endif #ifndef KERNEL #include #include #include #else #include #endif KERNEL typedef SInt64 VERS_version; VERS_version VERS_parse_string(const char * vers_string); int VERS_string(char * buffer, UInt32 length, VERS_version vers); #ifdef __cplusplus } #endif #endif _LIBSA_VERS_H_