diff options
author | Rob Landley <rob@landley.net> | 2009-01-03 18:15:18 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2009-01-03 18:15:18 -0600 |
commit | 7e849c5b99e539f5af5262d8ade6b9791463c796 (patch) | |
tree | f3cc5f6166eae1e099b07e7ad3006577698497f5 /lib/lib.h | |
parent | 433c030b1e1921e0253f6b9896a827aac5728cdc (diff) | |
download | toybox-7e849c5b99e539f5af5262d8ade6b9791463c796.tar.gz |
Check in crc_init needed by cksum. (Oops.)
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ void xsendfile(int in, int out); 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); // getmountlist.c struct mtab_list { |