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

« back to all changes in this revision

Viewing changes to lib/audio/Sync.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:
43
43
/* Synchronize with errors and events, optionally discarding pending events */
44
44
 
45
45
void 
46
 
AuSync(aud, discard)
47
 
register AuServer *aud;
48
 
AuBool          discard;
 
46
AuSync(
 
47
       register AuServer *aud,
 
48
       AuBool          discard
 
49
       )
49
50
{
50
51
    auGetCloseDownModeReply rep;
51
52
    register auReq *req;