diff options
Diffstat (limited to 'examples/all_functions.c')
-rw-r--r-- | examples/all_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/all_functions.c b/examples/all_functions.c index 18cce6f..413d114 100644 --- a/examples/all_functions.c +++ b/examples/all_functions.c @@ -150,6 +150,7 @@ int main(void) { printf("\t%s: %s\n", item->key, item->value); } + // iterate over all the keys which haven't been accessed directly pom_unread_key_iter *unread_iter = NULL; const char *unread; while ((unread = pom_conf_next_unread_key(copy, &unread_iter))) { |