summaryrefslogtreecommitdiff
path: root/src/coucal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coucal.c')
-rw-r--r--src/coucal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coucal.c b/src/coucal.c
index e925c75..38273ce 100644
--- a/src/coucal.c
+++ b/src/coucal.c
@@ -1156,8 +1156,7 @@ coucal_value* coucal_fetch_value_hashes(coucal hashtable,
return NULL;
}
-static coucal_value* coucal_fetch_value(coucal hashtable,
- coucal_key_const name) {
+coucal_value* coucal_fetch_value(coucal hashtable, coucal_key_const name) {
const coucal_hashkeys hashes = coucal_calc_hashes(hashtable, name);
return coucal_fetch_value_hashes(hashtable, name, &hashes);
}