summaryrefslogtreecommitdiffstats
path: root/utils/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common.h')
-rw-r--r--utils/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/common.h b/utils/common.h
index 7cac49a..6bb3273 100644
--- a/utils/common.h
+++ b/utils/common.h
@@ -33,6 +33,6 @@
# define SUN_PATH_MAX (sizeof(struct sockaddr_un) - sizeof(unsigned short int)) /*sun_family*/
-ssize_t glusterBlockCreateParseSize(char *value);
+ssize_t glusterBlockCreateParseSize(const char *dom, char *value);
# endif /* _COMMON_H */