summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/store.h')
-rw-r--r--libglusterfs/src/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/store.h b/libglusterfs/src/store.h
index 337103ff73e..04950448743 100644
--- a/libglusterfs/src/store.h
+++ b/libglusterfs/src/store.h
@@ -72,7 +72,7 @@ int32_t
gf_store_save_value (int fd, char *key, char *value);
int32_t
-gf_store_handle_new (char *path, gf_store_handle_t **handle);
+gf_store_handle_new (const char *path, gf_store_handle_t **handle);
int
gf_store_handle_retrieve (char *path, gf_store_handle_t **handle);