aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-23 13:20:38 -0500
committerRob Landley <rob@landley.net>2007-01-23 13:20:38 -0500
commite2580dbebbd43f668913b3d2ae6c0636161636ed (patch)
treee5d7b0482d6e117894599e08161cb7e1a56cc12f /lib/lib.h
parentb882f1e237a68c3d1074cbf63bda0207afb989b9 (diff)
downloadtoybox-e2580dbebbd43f668913b3d2ae6c0636161636ed.tar.gz
More random progress on mke2fs. Nothing to see yet.
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index e343fd13..e2dc13ec 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -58,6 +58,7 @@ void utoa_to_buf(unsigned n, char *buf, unsigned buflen);
void itoa_to_buf(int n, char *buf, unsigned buflen);
char *utoa(unsigned n);
char *itoa(int n);
+off_t fdlength(int fd);
// getmountlist.c
struct mtab_list {