- Timestamp:
- 06/06/10 20:36:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/regfi.c
r200 r202 67 67 void regfi_init() 68 68 { 69 fprintf(stderr, "regfi_init called\n");70 69 int err; 71 70 if((err = pthread_key_create(®fi_log_key, regfi_log_free)) != 0) … … 1320 1319 * 1321 1320 ******************************************************************************/ 1322 REGFI_NK_REC* regfi_load_key(REGFI_FILE* file, uint32_t offset, 1321 REGFI_NK_REC* regfi_load_key(REGFI_FILE* file, uint32_t offset, 1323 1322 REGFI_ENCODING output_encoding, bool strict) 1324 1323 {
Note: See TracChangeset
for help on using the changeset viewer.