summaryrefslogtreecommitdiff
path: root/key_value_storage.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-04 04:19:53 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-04 04:19:53 (GMT)
commit14e460a9bcaadaa2dd206a5c701814cd5e1d4648 (patch)
tree7e69c25c510765b143a02985d505e5f011ba5a68 /key_value_storage.h
parent300483ff8651af328adeb83834dac0dc3442407d (diff)
improved key value storage print
Diffstat (limited to 'key_value_storage.h')
-rw-r--r--key_value_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/key_value_storage.h b/key_value_storage.h
index b62a1d5..0fc4e00 100644
--- a/key_value_storage.h
+++ b/key_value_storage.h
@@ -35,7 +35,7 @@ void key_value_storage_clear(key_value_storage_t* stor);
int key_value_storage_add(key_value_storage_t* stor, const char* key, const char* value);
char* key_value_storage_find(key_value_storage_t* stor, const char* key);
-void key_value_storage_print(key_value_storage_t* stor);
+void key_value_storage_print(key_value_storage_t* stor, const char* head, const char* sep, const char* tail);
#endif