~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to src/daemon/polkit.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
#ifndef foopolkithfoo
 
2
#define foopolkithfoo
 
3
 
 
4
/* $Id$ */
 
5
 
 
6
/***
 
7
  This file is part of PulseAudio.
 
8
 
 
9
  Copyright 2007 Lennart Poettering
 
10
 
 
11
  PulseAudio is free software; you can redistribute it and/or modify
 
12
  it under the terms of the GNU Lesser General Public License as published
 
13
  by the Free Software Foundation; either version 2 of the License,
 
14
  or (at your option) any later version.
 
15
 
 
16
  PulseAudio is distributed in the hope that it will be useful, but
 
17
  WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
19
  General Public License for more details.
 
20
 
 
21
  You should have received a copy of the GNU Lesser General Public License
 
22
  along with PulseAudio; if not, write to the Free Software
 
23
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 
24
  USA.
 
25
***/
 
26
 
 
27
int pa_polkit_check(const char *action);
 
28
 
 
29
#endif