summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-03-23 20:19:01 +0000
committerSimon Tatham <anakin@pobox.com>2004-03-23 20:19:01 +0000
commitc2dc0207e325bd3e15929bcf0397e92d5fe33bba (patch)
treec65c9e60ea46a9bfb7d7595df7b3e7eb6175cecb /halibut.h
parent6cba4fa3f6c02db9994d6b6234f2ae5007839a5d (diff)
downloadhalibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.zip
halibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.tar.gz
halibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.tar.bz2
halibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.tar.xz
Oops, nearly forgot. Nesting one numbered list inside another should
not break the numbering of the outer one! [originally from svn r3955]
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/halibut.h b/halibut.h
index 6b3d383..1312cd4 100644
--- a/halibut.h
+++ b/halibut.h
@@ -392,7 +392,7 @@ indextag *index_findtag(indexdata *idx, wchar_t *name);
*/
numberstate *number_init(void);
void number_cfg(numberstate *, paragraph *);
-word *number_mktext(numberstate *, paragraph *, wchar_t *, int , int *);
+word *number_mktext(numberstate *, paragraph *, wchar_t *, int *, int *);
void number_free(numberstate *);
/*