aboutsummaryrefslogtreecommitdiff
path: root/contrib/texinfo/makeinfo/cmds.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-02 00:48:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-02 00:48:41 +0000
commita889f1983fae2bee97f5375bac561374da0469a0 (patch)
tree58bf7fa721f3333d934a90edf15dd134b60feacf /contrib/texinfo/makeinfo/cmds.h
parent03e8b201d8ea49873e7226f79b3b15d94de7d982 (diff)
Import of stripped down GNU texinfo 4.5
Notes
Notes: svn path=/vendor/texinfo/dist/; revision=114472
Diffstat (limited to 'contrib/texinfo/makeinfo/cmds.h')
-rw-r--r--contrib/texinfo/makeinfo/cmds.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/texinfo/makeinfo/cmds.h b/contrib/texinfo/makeinfo/cmds.h
index 7edc8107df7b..e9b860aed22a 100644
--- a/contrib/texinfo/makeinfo/cmds.h
+++ b/contrib/texinfo/makeinfo/cmds.h
@@ -1,7 +1,7 @@
/* cmds.h -- declarations for cmds.c.
- $Id: cmds.h,v 1.4 1999/04/25 20:43:51 karl Exp $
+ $Id: cmds.h,v 1.3 2002/11/04 22:15:19 karl Exp $
- Copyright (C) 1998, 99 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -47,4 +47,7 @@ typedef struct
extern COMMAND command_table[];
+/* Nonzero if we have seen an @titlepage command. */
+extern int titlepage_cmd_present;
+
#endif /* !CMDS_H */