Changeset 233 for trunk/python
- Timestamp:
- 04/28/11 23:28:16 (14 years ago)
- Location:
- trunk/python/pyregfi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/pyregfi/__init__.py
r232 r233 182 182 183 183 184 ## Returns the (py)regfi library version 185 # 186 # @return A string indicating the version 187 def getVersion(): 188 return regfi.regfi_version() 189 190 184 191 ## Retrieves messages produced by regfi during parsing and interpretation 185 192 # -
trunk/python/pyregfi/structures.py
r228 r233 228 228 229 229 # Define function prototypes 230 regfi.regfi_version.argtypes = [] 231 regfi.regfi_version.restype = c_char_p 232 230 233 regfi.regfi_alloc.argtypes = [c_int, REGFI_ENCODING] 231 234 regfi.regfi_alloc.restype = POINTER(REGFI_FILE)
Note: See TracChangeset
for help on using the changeset viewer.