From dffebd8f3a78d88f60b2dc8706c4b9227071f1de Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 5 Jan 2009 14:14:04 +0000 Subject: Actions and validations properly added. --- private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index 974ab24c..b78dcdb6 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.53 2009/01/03 22:10:22 kristaps Exp $ */ +/* $Id: private.h,v 1.54 2009/01/05 14:14:04 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -85,6 +85,7 @@ time_t mdoc_atotime(const char *); int mdoc_valid_pre(struct mdoc *, int, int, int, const struct mdoc_arg *); int mdoc_valid_post(struct mdoc *, int, int); +int mdoc_action(struct mdoc *, int, int); int mdoc_argv(struct mdoc *, int, struct mdoc_arg *, int *, char *); -- cgit v1.2.3-56-ge451