aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-02-21 09:20:56 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-02-21 09:20:56 +0000
commit15c3512614d699efe17f1942f1ef414f9ec29b79 (patch)
tree918c56f64eb92670bf2809ddf346824c91d3a8ab /include/libbb.h
parent96099d51b6a872fbd33cdaef123bf93fbc4e9871 (diff)
downloadbusybox-15c3512614d699efe17f1942f1ef414f9ec29b79.tar.gz
Sometimes i get carried away with the use of function pointers, im sure
it seemed like a good idea at the time.
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 15e3e49cf..61888042d 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -483,6 +483,5 @@ extern void xregcomp(regex_t *preg, const char *regex, int cflags);
#define HASH_SHA1 1
#define HASH_MD5 2
extern int hash_fd(int fd, const size_t size, const uint8_t hash_algo, uint8_t *hashval);
-extern size_t bb_full_fd_action(int src_fd, int dst_fd, const size_t size, ssize_t (*action)(int fd, const void *, size_t));
#endif /* __LIBCONFIG_H__ */