summaryrefslogtreecommitdiffstats
path: root/tbl_opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_opts.c')
-rw-r--r--tbl_opts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_opts.c b/tbl_opts.c
index 1f750cb9..227deb1f 100644
--- a/tbl_opts.c
+++ b/tbl_opts.c
@@ -72,12 +72,12 @@ static const struct tbl_phrase keys[KEY_MAXKEYS] = {
};
static int arg(struct tbl_node *, int,
- const char *, int *, int);
+ const char *, int *, enum tbl_ident);
static void opt(struct tbl_node *, int,
const char *, int *);
static int
-arg(struct tbl_node *tbl, int ln, const char *p, int *pos, int key)
+arg(struct tbl_node *tbl, int ln, const char *p, int *pos, enum tbl_ident key)
{
int i;
char buf[KEY_MAXNUMSZ];