~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to hald/hald.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <stdarg.h>
30
30
#include <stdint.h>
31
31
#include <dbus/dbus.h>
 
32
#ifdef HAVE_POLKIT
 
33
#include <polkit/polkit.h>
 
34
#endif
32
35
 
33
36
#include "device_store.h"
34
37
 
 
38
#ifdef HAVE_POLKIT
 
39
extern PolKitContext *pk_context;
 
40
#endif
 
41
 
 
42
 
35
43
HalDeviceStore *hald_get_gdl (void);
36
44
HalDeviceStore *hald_get_tdl (void);
37
45