already fixed by http://landley.net/hg/toybox/rev/eee7dfe95a8f. git confusion.
On Thu, Dec 18, 2014 at 4:57 PM, enh <[email protected]> wrote: > diff --git a/lib/lib.h b/lib/lib.h > index a51ae07..4f7cd1d 100644 > --- a/lib/lib.h > +++ b/lib/lib.h > @@ -166,6 +166,7 @@ int copy_tempfile(int fdin, char *name, char **tempname); > void delete_tempfile(int fdin, int fdout, char **tempname); > void replace_tempfile(int fdin, int fdout, char **tempname); > void crc_init(unsigned int *crc_table, int little_endian); > +void base64_init(char*); > int terminal_size(unsigned *x, unsigned *y); > int yesno(char *prompt, int def); > int human_readable(char *buf, unsigned long long num); -- Elliott Hughes - http://who/enh - http://jessies.org/~enh/ Java i18n/JNI/NIO, or bionic questions? Mail me/drop by/add me as a reviewer. _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
