X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;fp=libcitadel%2Flib%2Flibcitadel.h;h=cba677a5d0f9763fbe4b4d06d3dca455468da3a9;hp=0ee3df9d98d5e578777bdf1dde1e696505b91205;hb=a9876b7a9950d597b18716250fcd39856efa3153;hpb=17facca88daba3788c5fcf6ffc8d57f3ed7a5905 diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 0ee3df9d9..cba677a5d 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -348,7 +348,7 @@ typedef enum __eStreamType { void *StrBufNewStreamContext(eStreamType type); void StrBufDestroyStreamContext(eStreamType type, void **Stream); -void StrBufStreamTranscode(eStreamType type, IOBuffer *Target, IOBuffer *In, const char* pIn, long pInLen, void *Stream, int LastChunk); +int StrBufStreamTranscode(eStreamType type, IOBuffer *Target, IOBuffer *In, const char* pIn, long pInLen, void *Stream, int LastChunk); int StrBufDecodeBase64(StrBuf *Buf); int StrBufDecodeBase64To(const StrBuf *BufIn, StrBuf *BufOut);