From 7e1b8bb370b4082e66ebe6e458fc45aa653ab3f1 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 23 Sep 2010 08:29:14 +0000 Subject: dict: add dict_get_str_boolean() function handily query string-boolean values Signed-off-by: Csaba Henk Signed-off-by: Vijay Bellur BUG: 1670 (Volume set enable disable support) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1670 --- libglusterfs/src/dict.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/dict.h') diff --git a/libglusterfs/src/dict.h b/libglusterfs/src/dict.h index 41b6b6780..f5c4abd0b 100644 --- a/libglusterfs/src/dict.h +++ b/libglusterfs/src/dict.h @@ -185,4 +185,5 @@ GF_MUST_CHECK int dict_set_dynmstr (dict_t *this, char *key, char *str); GF_MUST_CHECK int dict_set_dynstr (dict_t *this, char *key, char *str); GF_MUST_CHECK int dict_get_str (dict_t *this, char *key, char **str); +GF_MUST_CHECK int dict_get_str_boolean (dict_t *this, char *key, int default_val); #endif -- cgit