Changeset 233 for trunk/include
- Timestamp:
- 04/28/11 23:28:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r232 r233 79 79 #include <range_list.h> 80 80 #include <lru_cache.h> 81 82 /* Library version can be overridden at build time */83 #ifndef REGFI_VERSION84 #define REGFI_VERSION "trunk"85 #endif86 81 87 82 /* GCC-specific macro for library exports */ … … 884 879 /******************************************************************************/ 885 880 881 882 /** Returns the current regfi library version 883 * 884 * @return A string indicating the version. 885 * 886 * @ingroup regfiBase 887 */ 888 _EXPORT 889 const char* regfi_version(); 890 891 886 892 /** Parses file headers of an already open registry hive file and 887 893 * allocates related structures for further parsing.
Note: See TracChangeset
for help on using the changeset viewer.