~binli/ubuntu/vivid/pulseaudio/load-extcon-module

« back to all changes in this revision

Viewing changes to src/module-rtp-recv-symdef.h

  • Committer: Bin Li
  • Date: 2016-01-23 15:04:48 UTC
  • Revision ID: bin.li@canonical.com-20160123150448-5ockvw4p5xxntda4
init the 1:6.0-0ubuntu9.15 from silo 12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef foomodulertprecvsymdeffoo
 
2
#define foomodulertprecvsymdeffoo
 
3
 
 
4
#include <pulsecore/core.h>
 
5
#include <pulsecore/module.h>
 
6
#include <pulsecore/macro.h>
 
7
 
 
8
#define pa__init module_rtp_recv_LTX_pa__init
 
9
#define pa__done module_rtp_recv_LTX_pa__done
 
10
#define pa__get_author module_rtp_recv_LTX_pa__get_author
 
11
#define pa__get_description module_rtp_recv_LTX_pa__get_description
 
12
#define pa__get_usage module_rtp_recv_LTX_pa__get_usage
 
13
#define pa__get_version module_rtp_recv_LTX_pa__get_version
 
14
#define pa__get_deprecated module_rtp_recv_LTX_pa__get_deprecated
 
15
#define pa__load_once module_rtp_recv_LTX_pa__load_once
 
16
#define pa__get_n_used module_rtp_recv_LTX_pa__get_n_used
 
17
 
 
18
int pa__init(pa_module*m);
 
19
void pa__done(pa_module*m);
 
20
int pa__get_n_used(pa_module*m);
 
21
 
 
22
const char* pa__get_author(void);
 
23
const char* pa__get_description(void);
 
24
const char* pa__get_usage(void);
 
25
const char* pa__get_version(void);
 
26
const char* pa__get_deprecated(void);
 
27
bool pa__load_once(void);
 
28
 
 
29
#endif