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

« back to all changes in this revision

Viewing changes to lib/audio/audioutil.h

  • 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:
127
127
 *                             STRING UTILITIES                              *
128
128
 *****************************************************************************/
129
129
 
130
 
_AuConst char  * AUCDECL
 
130
const char  * AUCDECL
131
131
AuFormatToString(
132
132
                 unsigned int                   /* format */
133
133
);
134
134
 
135
135
int AUCDECL
136
136
AuStringToFormat(
137
 
                 _AuConst char *                /* string */
 
137
                 const char *                   /* string */
138
138
);
139
139
 
140
 
_AuConst char  * AUCDECL
 
140
const char  * AUCDECL
141
141
AuFormatToDefine(
142
142
                 unsigned int                   /* format */
143
143
);
144
144
 
145
145
int AUCDECL
146
146
AuDefineToFormat(
147
 
                 _AuConst char *                /* define */
 
147
                 const char *                   /* define */
148
148
);
149
149
 
150
 
_AuConst char  * AUCDECL
 
150
const char  * AUCDECL
151
151
AuWaveFormToString(
152
152
                 unsigned int                   /* waveform */
153
153
);
154
154
 
155
155
int AUCDECL
156
156
AuStringToWaveForm(
157
 
                 _AuConst char *                /* string */
 
157
                 const char *                   /* string */
158
158
);
159
159
 
160
160
/*****************************************************************************