summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-04-20 12:33:43 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-21 12:49:39 +0530
commitde2192ea754883ea6ae643f63c44c2cbeb20f981 (patch)
treeb7125b83bd2a6c6bfdf9e072c0c9fa5505601ffc /libglusterfsclient/src/libglusterfsclient.h
parent12d9b4cccd559776f125440a232ff5b944ab3442 (diff)
libglusterfsclient: Add VMP-based link
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 377459c4d..97ab3bc34 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -277,6 +277,12 @@ glusterfs_glh_opendir (glusterfs_handle_t handle, const char *path);
glusterfs_dir_t
glusterfs_opendir (const char *path);
+int
+glusterfs_glh_link (glusterfs_handle_t handle, const char *oldpath,
+ const char *newpath);
+
+int
+glusterfs_link (const char *oldpath, const char *newpath);
/* FIXME: review the need for these apis */
/* added for log related initialization in booster fork implementation */
void