diff options
Diffstat (limited to 'api/examples/getvolfile.py')
-rwxr-xr-x | api/examples/getvolfile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/examples/getvolfile.py b/api/examples/getvolfile.py index 82d9db05510..184586c632d 100755 --- a/api/examples/getvolfile.py +++ b/api/examples/getvolfile.py @@ -5,8 +5,8 @@ import ctypes.util api = ctypes.CDLL(ctypes.util.find_library("gfapi")) api.glfs_get_volfile.argtypes = [ctypes.c_void_p, - ctypes.c_void_p, - ctypes.c_ulong] + ctypes.c_void_p, + ctypes.c_ulong] api.glfs_get_volfile.restype = ctypes.c_long; def get_volfile (host, volume): |