diff options
| author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-21 09:20:56 +0000 |
|---|---|---|
| committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-21 09:20:56 +0000 |
| commit | c485dd7d4b09a5ab99eaa3109d63376326d58355 (patch) | |
| tree | 918c56f64eb92670bf2809ddf346824c91d3a8ab /include | |
| parent | 056d02a70d8407f60ecfd4b120863114832a81af (diff) | |
| download | busybox-w32-c485dd7d4b09a5ab99eaa3109d63376326d58355.tar.gz busybox-w32-c485dd7d4b09a5ab99eaa3109d63376326d58355.tar.bz2 busybox-w32-c485dd7d4b09a5ab99eaa3109d63376326d58355.zip | |
Sometimes i get carried away with the use of function pointers, im sure
it seemed like a good idea at the time.
git-svn-id: svn://busybox.net/trunk/busybox@8531 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 1 |
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); | |||
| 483 | #define HASH_SHA1 1 | 483 | #define HASH_SHA1 1 |
| 484 | #define HASH_MD5 2 | 484 | #define HASH_MD5 2 |
| 485 | extern int hash_fd(int fd, const size_t size, const uint8_t hash_algo, uint8_t *hashval); | 485 | extern int hash_fd(int fd, const size_t size, const uint8_t hash_algo, uint8_t *hashval); |
| 486 | 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)); | ||
| 487 | 486 | ||
| 488 | #endif /* __LIBCONFIG_H__ */ | 487 | #endif /* __LIBCONFIG_H__ */ |
