summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/glusterfs/globals.h')
-rw-r--r--libglusterfs/src/glusterfs/globals.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libglusterfs/src/glusterfs/globals.h b/libglusterfs/src/glusterfs/globals.h
index 8d898c3abf4..994301bd862 100644
--- a/libglusterfs/src/glusterfs/globals.h
+++ b/libglusterfs/src/glusterfs/globals.h
@@ -128,7 +128,7 @@ xlator_t **
__glusterfs_this_location(void);
xlator_t *
glusterfs_this_get(void);
-int
+void
glusterfs_this_set(xlator_t *);
extern xlator_t global_xlator;
@@ -137,13 +137,11 @@ extern struct volume_options global_xl_options[];
/* syncopctx */
void *
syncopctx_getctx(void);
-int
-syncopctx_setctx(void *ctx);
/* task */
void *
synctask_get(void);
-int
+void
synctask_set(void *);
/* uuid_buf */