summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/info/man.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/texinfo/texinfo/info/man.h
Initial commit
Diffstat (limited to 'macros/texinfo/texinfo/info/man.h')
-rw-r--r--macros/texinfo/texinfo/info/man.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/info/man.h b/macros/texinfo/texinfo/info/man.h
new file mode 100644
index 0000000000..cf0e57b363
--- /dev/null
+++ b/macros/texinfo/texinfo/info/man.h
@@ -0,0 +1,27 @@
+/* man.h: Defines and external function declarations for man.c.
+
+ Copyright 1993-2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ Originally written by Brian Fox. */
+
+#ifndef INFO_MAN_H
+#define INFO_MAN_H
+
+#define MANPAGE_FILE_BUFFER_NAME "*manpages*"
+
+extern NODE *get_manpage_node (char *pagename);
+
+#endif /* INFO_MAN_H */