From 21f73097f36c6e37d07c7b3fd1293dbac01c46a2 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 29 Dec 2008 18:08:44 +0000 Subject: More macros. --- private.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index aaf73349..b57db904 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.47 2008/12/29 12:19:41 kristaps Exp $ */ +/* $Id: private.h,v 1.48 2008/12/29 18:08:44 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -73,6 +73,7 @@ enum mdoc_sec mdoc_atosec(size_t, const char **); enum mdoc_msec mdoc_atomsec(const char *); enum mdoc_vol mdoc_atovol(const char *); enum mdoc_arch mdoc_atoarch(const char *); +enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); int mdoc_argv(struct mdoc *, int, @@ -94,6 +95,7 @@ int xstrcmp(const char *, const char *); void *xcalloc(size_t, size_t); char *xstrdup(const char *); +int macro_constant(MACRO_PROT_ARGS); int macro_constant_delimited(MACRO_PROT_ARGS); int macro_text(MACRO_PROT_ARGS); int macro_scoped_implicit(MACRO_PROT_ARGS); -- cgit v1.2.3