summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-01-06 13:42:16 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-01-06 13:42:16 -0500
commitf7c2ca27f22cc02f5385a27ba6efa18ac6545758 (patch)
tree4221acafea9e820f613a7ec44546ee26acfb6154
parent2645459721dabd3aed5ce7899abfce5772eb3b89 (diff)
downloadpolkit-f7c2ca27f22cc02f5385a27ba6efa18ac6545758.tar.gz
forgot to add polkittypes.h
-rw-r--r--src/polkit/polkittypes.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/polkit/polkittypes.h b/src/polkit/polkittypes.h
new file mode 100644
index 0000000..9d1dab8
--- /dev/null
+++ b/src/polkit/polkittypes.h
@@ -0,0 +1,34 @@
+/*
+ * 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_TYPES_H
+#define __POLKIT_TYPES_H
+
+#include <glib-object.h>
+
+struct _PolkitAuthority;
+typedef struct _PolkitAuthority PolkitAuthority;
+
+struct _PolkitActionDescription;
+typedef struct _PolkitActionDescription PolkitActionDescription;
+
+
+#endif /* __POLKIT_TYPES_H */