summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-15 20:53:17 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-15 20:53:17 +0000
commit7440bfe68f6e152b40a308dd010188e57a9ae65a (patch)
treec73e134c8c934a131e646fac9c33e5c5354da7a8 /mutt.h
parent8f42140d643a16ebe27cea943bd8c7bf02d30c9b (diff)
Adding basic UTF-8 support.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index b8db968c..6e5d18cb 100644
--- a/mutt.h
+++ b/mutt.h
@@ -635,5 +635,7 @@ typedef struct
#define state_puts(x,y) fputs(x,(y)->fpout)
#define state_putc(x,y) fputc(x,(y)->fpout)
+void state_prefix_putc(char, STATE *);
+
#include "protos.h"
#include "globals.h"