summaryrefslogtreecommitdiff
path: root/buttress.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-10-22 16:04:02 +0000
committerSimon Tatham <anakin@pobox.com>1999-10-22 16:04:02 +0000
commit8f484cb522ea01737fad808702f61bc20a5c7996 (patch)
treed5506996aa90d4b6f4391cde6c8aaffb763c081a /buttress.h
parent038d5c3311dc7676474d2f99d71afc9a1097b4a6 (diff)
downloadhalibut-8f484cb522ea01737fad808702f61bc20a5c7996.zip
halibut-8f484cb522ea01737fad808702f61bc20a5c7996.tar.gz
halibut-8f484cb522ea01737fad808702f61bc20a5c7996.tar.bz2
halibut-8f484cb522ea01737fad808702f61bc20a5c7996.tar.xz
Added \rule for a horizontal rule
[originally from svn r248]
Diffstat (limited to 'buttress.h')
-rw-r--r--buttress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buttress.h b/buttress.h
index 1ce39d7..0c54752 100644
--- a/buttress.h
+++ b/buttress.h
@@ -74,6 +74,7 @@ struct paragraph_Tag {
enum {
para_IM, /* index merge */
para_BR, /* bibliography rewrite */
+ para_Rule, /* random horizontal rule */
para_Chapter,
para_Appendix,
para_UnnumberedChapter,