summaryrefslogtreecommitdiffstats
path: root/gluster/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/api.py')
-rwxr-xr-xgluster/api.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gluster/api.py b/gluster/api.py
index 3fd9d91..bb0d31f 100755
--- a/gluster/api.py
+++ b/gluster/api.py
@@ -402,6 +402,11 @@ glfs_rename = gfapi_prototype('glfs_rename', ctypes.c_int,
ctypes.c_char_p,
ctypes.c_char_p)
+glfs_link = gfapi_prototype('glfs_link', ctypes.c_int,
+ ctypes.c_void_p,
+ ctypes.c_char_p,
+ ctypes.c_char_p)
+
glfs_symlink = gfapi_prototype('glfs_symlink', ctypes.c_int,
ctypes.c_void_p,
ctypes.c_char_p,