fix typo in python
This commit is contained in:
parent
c77d9e4abe
commit
b4ea82435c
|
@ -1423,9 +1423,9 @@ def init_c_api():
|
|||
_capi.fdb_future_get_int64.restype = ctypes.c_int
|
||||
_capi.fdb_future_get_int64.errcheck = check_error_code
|
||||
|
||||
_capi.fdb_future_get_int64.argtypes = [ctypes.c_void_p, ctypes.POINTER(ctypes.c_uint64)]
|
||||
_capi.fdb_future_get_int64.restype = ctypes.c_uint
|
||||
_capi.fdb_future_get_int64.errcheck = check_error_code
|
||||
_capi.fdb_future_get_uint64.argtypes = [ctypes.c_void_p, ctypes.POINTER(ctypes.c_uint64)]
|
||||
_capi.fdb_future_get_uint64.restype = ctypes.c_uint
|
||||
_capi.fdb_future_get_uint64.errcheck = check_error_code
|
||||
|
||||
_capi.fdb_future_get_key.argtypes = [ctypes.c_void_p, ctypes.POINTER(ctypes.POINTER(ctypes.c_byte)),
|
||||
ctypes.POINTER(ctypes.c_int)]
|
||||
|
|
Loading…
Reference in New Issue