diff options
Diffstat (limited to 'argv.c')
-rw-r--r-- | argv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ #include "private.h" +/* FIXME: .It called with -column and quoted arguments. */ + static int lookup(int, const char *); static int parse(struct mdoc *, int, int, struct mdoc_arg *, int *, char *); |