summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-06 19:18:06 +0000
committerPixel <pixel@nobis-crew.org>2009-06-06 19:18:06 +0000
commit9a3b5b4a3a1e8bd2da73ebc493e6fcbab95079f2 (patch)
treebb477abfc9a47cc213d685b48d92baf45821fd2c /include
parent65e8e62b7309e6c94a4262aa48b546f5e71dd7a8 (diff)
Tweaking Base85 with a different charset, and a lookup table.
Diffstat (limited to 'include')
-rw-r--r--include/Base85.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Base85.h b/include/Base85.h
index 1b7a439..d12bd55 100644
--- a/include/Base85.h
+++ b/include/Base85.h
@@ -29,7 +29,6 @@ class Base85 : public Base {
private:
static String encode_block(unsigned char in_tab[4], int len);
- static int stri(char);
static int decode_block(char s1, char s2, char s3, char s4, char s5, unsigned char * out_tab);
};