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 114adc3a728..e19a7cf8b95 100644
--- a/libglusterfs/src/glusterfs/globals.h
+++ b/libglusterfs/src/glusterfs/globals.h
@@ -130,7 +130,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;
@@ -139,13 +139,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 */