~ubuntu-branches/ubuntu/jaunty/nas/jaunty

« back to all changes in this revision

Viewing changes to lib/audio/Alibnet.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2004-06-23 01:15:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040623011502-30uqd1dyu47iv2dp
Tags: 1.6d-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT OF OR IN
20
20
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21
21
 * 
22
 
 * $Id: Alibnet.h,v 1.2 1999/07/08 00:51:31 jon Exp $
 
22
 * $Id: Alibnet.h,v 1.3 2003/12/23 01:01:36 jon Exp $
23
23
 * $NCDId: @(#)Alibnet.h,v 1.8 1995/12/06 01:16:57 greg Exp $
24
24
 */
25
25
 
311
311
#ifndef _AuANYSET
312
312
extern int
313
313
_AuANYSET(
314
 
#if NeedFunctionPrototypes
315
314
    AuInt32 *                   /* src */
316
 
#endif
317
315
);
318
316
#endif /* !_AuANYSET */
319
317
 
320
318
int _AuReadV (
321
 
#if NeedFunctionPrototypes
322
319
    int,                        /* fd */
323
320
    struct iovec *,             /* iov */
324
321
    int                         /* iovcnt */
325
 
#endif
326
322
);
327
323
 
328
324
int _AuWriteV (
329
 
#if NeedFunctionPrototypes
330
325
    int,                        /* fd */
331
326
    struct iovec *,             /* iov */
332
327
    int                         /* iovcnt */
333
 
#endif
334
328
);
335
329
 
336
330
_AUFUNCPROTOEND