Sometimes i get carried away with the use of function pointers, im sure

it seemed like a good idea at the time.
This commit is contained in:
Glenn L McGrath
2004-02-21 09:20:56 +00:00
parent 96099d51b6
commit 15c3512614
3 changed files with 6 additions and 7 deletions

View File

@ -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__ */