~ubuntu-branches/debian/squeeze/nas/squeeze

« back to all changes in this revision

Viewing changes to clients/audio/examples/playSimul.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2008-10-08 01:18:19 UTC
  • mfrom: (4.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081008011819-wmr4h2w0298k8t7z
Tags: 1.9.1-5
* Fix pending l10n issues. Debconf translations:
* Swedish. Closes: #491766 (thanks to brother@bsnet.se)
* Arabic. Closes: #500437 (thanks to Ossama Khayat)
* Basque. Closes: #500533 (thanks to Piarres Beobide)
* Brazilian Portuguese. Closes: #500973 (thanks to Felipe
  Augusto van de Wiel)
* Many thanks again to Christian Perrier for his i18n efforts,
  co-ordinating the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <audio/soundlib.h>
15
15
 
16
16
static void
17
 
doneCB(aud, handler, ev, data)
18
 
AuServer       *aud;
19
 
AuEvent        *ev;
20
 
AuEventHandlerRec *handler;
21
 
AuPointer       data;
 
17
doneCB(AuServer *aud, AuEventHandlerRec *handler, AuEvent *ev, AuPointer data)
22
18
{
23
19
    int            *count = (int *) data;
24
20
 
26
22
}
27
23
 
28
24
int
29
 
main(argc, argv)
30
 
int             argc;
31
 
char          **argv;
 
25
main(int argc, char **argv)
32
26
{
33
27
    AuServer       *aud;
34
28
    AuEvent         ev;