diff options
Diffstat (limited to 'src/decode.h')
-rw-r--r-- | src/decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h index 7f8045cd..b3f56eb3 100644 --- a/src/decode.h +++ b/src/decode.h @@ -17,6 +17,7 @@ struct _Decode { void (*free) (Decode *dc); }; +Decode *a_Decode_transfer_init(const char *format); Decode *a_Decode_content_init(const char *format); Decode *a_Decode_charset_init(const char *format); Dstr *a_Decode_process(Decode *dc, Dstr *input); |