X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/589f74a138ab93e81b858ebb9a8218a19d5a2017..b2742286b1f8fde21eb7e583826a71e8839c3948:/libman.h?ds=inline diff --git a/libman.h b/libman.h index 4a64c076..30c159f7 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.50 2011/03/23 12:40:04 kristaps Exp $ */ +/* $Id: libman.h,v 1.51 2011/03/23 15:33:57 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -56,12 +56,6 @@ struct man_macro { #define MAN_NOCLOSE (1 << 4) /* See blk_exp(). */ }; -enum margserr { - ARGS_EOLN, - ARGS_WORD, - ARGS_QWORD -}; - extern const struct man_macro *const man_macros; __BEGIN_DECLS @@ -80,7 +74,6 @@ void man_node_delete(struct man *, struct man_node *); void man_hash_init(void); enum mant man_hash_find(const char *); int man_macroend(struct man *); -enum margserr man_args(struct man *, int, int *, char *, char **); int man_valid_post(struct man *); int man_valid_pre(struct man *, struct man_node *); int man_unscope(struct man *,