~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to src/modules/oss/module-oss-symdef.h

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2009-07-28 14:00:27 UTC
  • mfrom: (1.5.1 upstream)
  • mto: (1.4.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: james.westby@ubuntu.com-20090728140027-wts8ya37tyrh4ww5
Tags: upstream-0.9.16~test2~20090726git59659e1db
ImportĀ upstreamĀ versionĀ 0.9.16~test2~20090726git59659e1db

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#define pa__get_description module_oss_LTX_pa__get_description
12
12
#define pa__get_usage module_oss_LTX_pa__get_usage
13
13
#define pa__get_version module_oss_LTX_pa__get_version
 
14
#define pa__get_deprecated module_oss_LTX_pa__get_deprecated
14
15
#define pa__load_once module_oss_LTX_pa__load_once
15
16
#define pa__get_n_used module_oss_LTX_pa__get_n_used
16
17
 
22
23
const char* pa__get_description(void);
23
24
const char* pa__get_usage(void);
24
25
const char* pa__get_version(void);
 
26
const char* pa__get_deprecated(void);
25
27
pa_bool_t pa__load_once(void);
26
28
 
27
29
#endif