- Timestamp:
- 04/28/11 23:28:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/regfi.c
r228 r233 34 34 #include "regfi.h" 35 35 36 /* Library version can be overridden at build time */ 37 #ifndef REGFI_VERSION 38 #define REGFI_VERSION "trunk" 39 #endif 40 36 41 37 42 /* Registry types mapping */ … … 48 53 static pthread_once_t regfi_init_once = PTHREAD_ONCE_INIT; 49 54 55 56 /****************************************************************************** 57 ******************************************************************************/ 58 const char* regfi_version() 59 { 60 return REGFI_VERSION; 61 } 50 62 51 63
Note: See TracChangeset
for help on using the changeset viewer.