Changeset 263 for trunk/include
- Timestamp:
- 06/17/11 20:06:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r262 r263 1483 1483 _EXPORT() 1484 1484 REGFI_NK* regfi_load_key(REGFI_FILE* file, uint32_t offset, 1485 REGFI_ENCODING output_encoding,1486 1485 bool strict); 1487 1486 … … 1495 1494 _EXPORT() 1496 1495 REGFI_VK* regfi_load_value(REGFI_FILE* file, uint32_t offset, 1497 REGFI_ENCODING output_encoding,1498 1496 bool strict); 1499 1497 … … 1558 1556 _EXPORT() 1559 1557 bool regfi_interpret_data(REGFI_FILE* file, 1560 REGFI_ENCODING string_encoding,1561 1558 uint32_t type, REGFI_DATA* data); 1562 1559 … … 1766 1763 1767 1764 _EXPORT() 1768 void regfi_interpret_keyname(REGFI_FILE* file, REGFI_NK* nk, 1769 REGFI_ENCODING output_encoding, bool strict); 1770 _EXPORT() 1771 void regfi_interpret_valuename(REGFI_FILE* file, REGFI_VK* vk, 1772 REGFI_ENCODING output_encoding, bool strict); 1765 void regfi_interpret_keyname(REGFI_FILE* file, REGFI_NK* nk, bool strict); 1766 _EXPORT() 1767 void regfi_interpret_valuename(REGFI_FILE* file, REGFI_VK* vk, bool strict); 1773 1768 1774 1769 _EXPORT()
Note: See TracChangeset
for help on using the changeset viewer.