Forgot about adding cuio_apply() here.

Reviewed by:	sam
This commit is contained in:
Pawel Jakub Dawidek 2006-05-17 17:58:05 +00:00
parent 8f91d4abe9
commit b5161eb7b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158699

View File

@ -384,5 +384,7 @@ struct uio;
extern void cuio_copydata(struct uio* uio, int off, int len, caddr_t cp);
extern void cuio_copyback(struct uio* uio, int off, int len, caddr_t cp);
extern struct iovec *cuio_getptr(struct uio *uio, int loc, int *off);
extern int cuio_apply(struct uio *uio, int off, int len,
int (*f)(void *, void *, u_int), void *arg);
#endif /* _KERNEL */
#endif /* _CRYPTO_CRYPTO_H_ */