Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bstring/bstraux.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,15 @@ bUuEncode(const bstring src);
*
* No header or tail info is appended.
*
* See: http://www.yenc.org/whatis.htm, http://www.yenc.org/yenc-draft.1.3.txt
* See: https://yence.sourceforge.net/docs/protocol/version1_3_draft.html
*/
BSTR_PUBLIC bstring
bYEncode(const bstring src);

/**
* Performs a YDecode of a block of data.
*
* See: http://www.yenc.org/whatis.htm, http://www.yenc.org/yenc-draft.1.3.txt
* See: https://yence.sourceforge.net/docs/protocol/version1_3_draft.html
*/
BSTR_PUBLIC bstring
bYDecode(const bstring src);
Expand Down
Loading