summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-09 18:43:02 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-09 18:43:02 +0000
commit25f36b82c96a65175ace06ded180130ff60fa4d3 (patch)
tree10128baa2247039d77a1d1b523497c9dcc4de7c1 /halibut.h
parenta4782d9b40772389c3131a2f3c75009c2dd42ba3 (diff)
downloadhalibut-25f36b82c96a65175ace06ded180130ff60fa4d3.zip
halibut-25f36b82c96a65175ace06ded180130ff60fa4d3.tar.gz
halibut-25f36b82c96a65175ace06ded180130ff60fa4d3.tar.bz2
halibut-25f36b82c96a65175ace06ded180130ff60fa4d3.tar.xz
Add a config directive to generate the INFO-DIR-ENTRY things that
appear to be used to automatically construct /usr/info/dir. [originally from svn r4049]
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/halibut.h b/halibut.h
index 3e600c7..66bb333 100644
--- a/halibut.h
+++ b/halibut.h
@@ -218,6 +218,7 @@ enum {
err_multikw, /* keyword clash in sections */
err_misplacedlcont, /* \lcont not after a list item */
err_sectmarkerinblock, /* section marker appeared in block */
+ err_infodirentry, /* \cfg{info-dir-entry} missing param */
err_whatever /* random error of another type */
};