summaryrefslogtreecommitdiff
path: root/info/tag.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-09-26 23:06:02 +0000
committer <>2015-02-03 11:56:22 +0000
commite0b511b834f3529395df67126a7314097c2cf97e (patch)
tree89945ae53183ab2acdc61659c8b0b3e57e4a1f3a /info/tag.h
parent2d8ae7b161658c4a589172db0072fc99f76fa979 (diff)
downloadtexinfo-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_texinfo-tarball/texinfo-5.2.tar.xz.HEADtexinfo-5.2master
Diffstat (limited to 'info/tag.h')
-rw-r--r--info/tag.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/info/tag.h b/info/tag.h
new file mode 100644
index 0000000..65195b8
--- /dev/null
+++ b/info/tag.h
@@ -0,0 +1,25 @@
+/* tag.c -- Functions to handle Info tags.
+ $Id: tag.h 5337 2013-08-22 17:54:06Z karl $
+
+ Copyright 2012, 2013 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/>. */
+
+#ifndef TAG_H
+#define TAG_H
+
+int tags_expand (char *input, size_t inputlen, char **pbuf, size_t *pbuflen);
+void handle_tag (char *tag);
+
+#endif