remove variable names

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15535 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-30 07:13:33 +00:00
parent bf9a82a0a0
commit d20e0120c5

View File

@@ -45,9 +45,9 @@
#endif
int ROKEN_LIB_FUNCTION
base64_encode(const void *data, int size, char **str);
base64_encode(const void *, int, char **);
int ROKEN_LIB_FUNCTION
base64_decode(const char *str, void *data);
base64_decode(const char *, void *);
#endif