void sbuf_delete(struct sbuf *);
#endif
-#ifdef KERNEL
-struct uio;
-struct sbuf *sbuf_uionew(struct sbuf *, struct uio *, int *);
-int sbuf_bcopyin(struct sbuf *, const void *, size_t);
-int sbuf_copyin(struct sbuf *, const void *, size_t);
-#endif
__END_DECLS
#endif