Changeset 219 for trunk/include/regfi.h


Ignore:
Timestamp:
03/31/11 00:29:09 (13 years ago)
Author:
tim
Message:

updated time conversion to return a double for more precision
added modified attribute to keys to obtain user friendly time value
added accessor for key classnames
converted data attributes to functions to make workload more explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r215 r219  
    16561656void                  regfi_unix2nt_time(REGFI_NTTIME* nt, time_t t);
    16571657_EXPORT
    1658 time_t                regfi_nt2unix_time(const REGFI_NTTIME* nt);
     1658double                regfi_nt2unix_time(const REGFI_NTTIME* nt);
    16591659
    16601660
Note: See TracChangeset for help on using the changeset viewer.