about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blaze822.h b/blaze822.h
index bbbdc12..c43df3e 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -59,4 +59,5 @@ struct blaze822_seq_iter {
 
 char *blaze822_seq_next(char *map, char *range, struct blaze822_seq_iter *iter);
 int blaze822_loop(int, char **, void (*)(char *));
+int blaze822_loop1(char *arg, void (*cb)(char *));
 char *blaze822_home_file(char *basename);