ToastFreeware
/
debian
/
iodine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New upstream release.
[debian/iodine.git]
/
src
/
base32.h
diff --git
a/src/base32.h
b/src/base32.h
index fa9415114ed10329a2ef98976cec1b2f20a6cda9..53975c5c71edd585961c9b141ce12b924cf90318 100644
(file)
--- a/
src/base32.h
+++ b/
src/base32.h
@@
-1,5
+1,6
@@
/*
/*
- * Copyright (c) 2006-2007 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se>
+ * Copyright (c) 2006-2014 Erik Ekman <yarrick@kryo.se>,
+ * 2006-2009 Bjorn Andersson <flex@kryo.se>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@
-18,8
+19,7
@@
#define __BASE32_H__
struct encoder *get_base32_encoder(void);
#define __BASE32_H__
struct encoder *get_base32_encoder(void);
-int base32_handles_dots();
-int base32_encode(char *, size_t *, const void *, size_t);
-int base32_decode(void *, size_t *, const char *, size_t);
+int b32_5to8(int);
+int b32_8to5(int);
#endif
#endif