Changeset 233 for trunk/include


Ignore:
Timestamp:
04/28/11 23:28:16 (13 years ago)
Author:
tim
Message:

improved version information interface by adding a special purpose function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r232 r233  
    7979#include <range_list.h>
    8080#include <lru_cache.h>
    81 
    82 /* Library version can be overridden at build time */
    83 #ifndef REGFI_VERSION
    84 #define REGFI_VERSION "trunk"
    85 #endif
    8681
    8782/* GCC-specific macro for library exports */
     
    884879/******************************************************************************/
    885880
     881
     882/** Returns the current regfi library version
     883 *
     884 * @return A string indicating the version.
     885 *
     886 * @ingroup regfiBase
     887 */
     888_EXPORT
     889const char* regfi_version();
     890
     891
    886892/** Parses file headers of an already open registry hive file and
    887893 *  allocates related structures for further parsing.
Note: See TracChangeset for help on using the changeset viewer.