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/python/pyregfi/structures.py

    r228 r233  
    228228
    229229# Define function prototypes
     230regfi.regfi_version.argtypes = []
     231regfi.regfi_version.restype = c_char_p
     232
    230233regfi.regfi_alloc.argtypes = [c_int, REGFI_ENCODING]
    231234regfi.regfi_alloc.restype = POINTER(REGFI_FILE)
Note: See TracChangeset for help on using the changeset viewer.