summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-01-06 13:42:42 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-01-06 13:42:42 -0500
commita0a9e6e1ac9b704655d5b7d98bb3f6caaad8ec84 (patch)
tree532b0775fc605c811548f5744d600af48d4ea94c
parentf7c2ca27f22cc02f5385a27ba6efa18ac6545758 (diff)
downloadpolkit-a0a9e6e1ac9b704655d5b7d98bb3f6caaad8ec84.tar.gz
forgot to add polkitprivate.h
-rw-r--r--src/polkit/polkitprivate.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/polkit/polkitprivate.h b/src/polkit/polkitprivate.h
new file mode 100644
index 0000000..b4137f3
--- /dev/null
+++ b/src/polkit/polkitprivate.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright (C) 2008 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author: David Zeuthen <davidz@redhat.com>
+ */
+
+#ifndef __POLKIT_PRIVATE_H
+#define __POLKIT_PRIVATE_H
+
+#include "polkitactiondescription.h"
+#include "_polkitbindings.h"
+
+PolkitActionDescription *polkit_action_description_new_for_real (_PolkitActionDescription *real);
+_PolkitActionDescription *polkit_action_description_get_real (PolkitActionDescription *action_description);
+
+#endif /* __POLKIT_PRIVATE_H */