[BusyBox-cvs] busybox/include libbb.h,1.126,1.127

Glenn McGrath bug1 at busybox.net
Sat Feb 21 09:20:59 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv22717/include

Modified Files:
	libbb.h 
Log Message:
Sometimes i get carried away with the use of function pointers, im sure 
it seemed like a good idea at the time.


Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- a/libbb.h	5 Feb 2004 14:45:58 -0000	1.126
+++ b/libbb.h	21 Feb 2004 09:20:56 -0000	1.127
@@ -483,6 +483,5 @@
 #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__ */




More information about the busybox-cvs mailing list