diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2006-11-30 23:19:00 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2006-11-30 23:19:00 +0000 |
| commit | 05487b410252ca168cad1e59fa708e0f2a3090dc (patch) | |
| tree | 2e5fb920e150a52186173a52e3b4e77f890d9f70 /halibut.h | |
| parent | da220fbe08eb8e645fca258eda9ee9d9c32e48b7 (diff) | |
| download | halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.zip halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.tar.gz halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.tar.bz2 halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.tar.xz | |
Add support for compressed PDF streams, using Simon's new deflate library.
[originally from svn r6931]
Diffstat (limited to 'halibut.h')
| -rw-r--r-- | halibut.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -361,6 +361,7 @@ void rdadds(rdstring *rs, wchar_t const *p); wchar_t *rdtrim(rdstring *rs); void rdaddc(rdstringc *rs, char c); void rdaddsc(rdstringc *rs, char const *p); +void rdaddsn(rdstringc *rc, char const *p, int len); char *rdtrimc(rdstringc *rs); int compare_wordlists(word *a, word *b); |