=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/pipe.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/aucat/Attic/pipe.h 2009/07/25 10:52:19 1.2 +++ src/usr.bin/aucat/Attic/pipe.h 2010/04/03 17:40:33 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: pipe.h,v 1.2 2009/07/25 10:52:19 ratchov Exp $ */ +/* $OpenBSD: pipe.h,v 1.3 2010/04/03 17:40:33 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -33,5 +33,8 @@ int pipe_nfds(struct file *); int pipe_pollfd(struct file *, struct pollfd *, int); int pipe_revents(struct file *, struct pollfd *); +int pipe_seek(struct file *, off_t); +int pipe_trunc(struct file *, off_t); +off_t pipe_endpos(struct file *); #endif /* !defined(PIPE_H) */