~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to src/pulsecore/modinfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mto: (1.15.1 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071204005608-3lzrrrpxi186kgx4
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef foomodinfohfoo
2
2
#define foomodinfohfoo
3
3
 
4
 
/* $Id: modinfo.h 1971 2007-10-28 19:13:50Z lennart $ */
 
4
/* $Id: modinfo.h 2043 2007-11-09 18:25:40Z lennart $ */
5
5
 
6
6
/***
7
7
  This file is part of PulseAudio.
25
25
***/
26
26
 
27
27
/* Some functions for reading module meta data from PulseAudio modules */
 
28
#include <pulsecore/macro.h>
28
29
 
29
30
typedef struct pa_modinfo {
30
31
    char *author;
31
32
    char *description;
32
33
    char *usage;
33
34
    char *version;
 
35
    pa_bool_t load_once;
34
36
} pa_modinfo;
35
37
 
36
38
/* Read meta data from an libtool handle */