From f7c2ca27f22cc02f5385a27ba6efa18ac6545758 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 6 Jan 2009 13:42:16 -0500 Subject: [PATCH] forgot to add polkittypes.h --- src/polkit/polkittypes.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/polkit/polkittypes.h 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 + */ + +#ifndef __POLKIT_TYPES_H +#define __POLKIT_TYPES_H + +#include + +struct _PolkitAuthority; +typedef struct _PolkitAuthority PolkitAuthority; + +struct _PolkitActionDescription; +typedef struct _PolkitActionDescription PolkitActionDescription; + + +#endif /* __POLKIT_TYPES_H */ -- 2.7.4