On 12/18/2014 07:59 PM, enh wrote: > 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);
Still my bad for not checking the file in as part of the original commit, but "hg rollback" only goes back on level and shouldn't be used after a push anyway... Rob _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
