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

« back to all changes in this revision

Viewing changes to lib/audio/GetBucAttr.c

  • 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:
25
25
#include "Alibint.h"
26
26
 
27
27
AuBucketAttributes *
28
 
AuGetBucketAttributes(aud, bucket, ret_status)
29
 
AuServer       *aud;
30
 
AuBucketID      bucket;
31
 
AuStatus       *ret_status;
 
28
AuGetBucketAttributes(
 
29
                      AuServer       *aud,
 
30
                      AuBucketID      bucket,
 
31
                      AuStatus       *ret_status
 
32
                      )
32
33
{
33
34
    register auResourceReq *req;
34
35
    auGetBucketAttributesReply rep;
85
86
 
86
87
/* ARGSUSED */
87
88
void
88
 
AuFreeBucketAttributes(aud, num, attr)
89
 
AuServer       *aud;
90
 
int             num;
91
 
AuBucketAttributes *attr;
 
89
AuFreeBucketAttributes(
 
90
                       AuServer       *aud,
 
91
                       int             num,
 
92
                       AuBucketAttributes *attr
 
93
                       )
92
94
{
93
95
    AuBucketAttributes *p = attr;
94
96