~ubuntu-branches/ubuntu/jaunty/pulseaudio/jaunty-updates

« back to all changes in this revision

Viewing changes to src/modules/module-native-protocol-fd.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • 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
 
/* $Id: module-native-protocol-fd.c 1971 2007-10-28 19:13:50Z lennart $ */
 
1
/* $Id: module-native-protocol-fd.c 2043 2007-11-09 18:25:40Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of PulseAudio.
37
37
 
38
38
#include "module-native-protocol-fd-symdef.h"
39
39
 
40
 
PA_MODULE_AUTHOR("Lennart Poettering")
41
 
PA_MODULE_DESCRIPTION("Native protocol autospawn helper")
42
 
PA_MODULE_VERSION(PACKAGE_VERSION)
 
40
PA_MODULE_AUTHOR("Lennart Poettering");
 
41
PA_MODULE_DESCRIPTION("Native protocol autospawn helper");
 
42
PA_MODULE_VERSION(PACKAGE_VERSION);
 
43
PA_MODULE_LOAD_ONCE(TRUE);
43
44
 
44
45
static const char* const valid_modargs[] = {
45
46
    "fd",