summaryrefslogtreecommitdiff
path: root/buttress.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-11-07 17:28:56 +0000
committerSimon Tatham <anakin@pobox.com>1999-11-07 17:28:56 +0000
commit6dff7b9ee671925f8c5dae1cd34bdc55f3236c38 (patch)
tree508f964352527635b7eb4d7910b9d4a1201c21ea /buttress.h
parent18171f661f78e141d24c3990c5db4346213d440b (diff)
downloadhalibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.zip
halibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.tar.gz
halibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.tar.bz2
halibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.tar.xz
Configurability backbone, and first use of it
[originally from svn r275]
Diffstat (limited to 'buttress.h')
-rw-r--r--buttress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buttress.h b/buttress.h
index f4e4533..7c357fb 100644
--- a/buttress.h
+++ b/buttress.h
@@ -97,6 +97,7 @@ enum {
para_NoCite,
para_Title,
para_VersionID,
+ para_Config, /* configuration directive */
para_NotParaType /* placeholder value */
};
@@ -225,6 +226,7 @@ word *dup_word_list(word *w);
wchar_t *ustrdup(wchar_t *s);
char *ustrtoa(wchar_t *s, char *outbuf, int size);
int ustrlen(wchar_t *s);
+wchar_t *uadv(wchar_t *s);
wchar_t *ustrcpy(wchar_t *dest, wchar_t *source);
wchar_t utolower(wchar_t);
int ustrcmp(wchar_t *lhs, wchar_t *rhs);