summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 0d79fa5044a..0381650c342 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -299,6 +299,13 @@ glusterfs_glh_statvfs (glusterfs_handle_t handle, const char *path,
int
glusterfs_statvfs (const char *path, struct statvfs *buf);
+
+int
+glusterfs_glh_utimes (glusterfs_handle_t handle, const char *path,
+ const struct timeval times[2]);
+
+int
+glusterfs_utimes (const char *path, const struct timeval times[2]);
/* FIXME: review the need for these apis */
/* added for log related initialization in booster fork implementation */
void