diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 12:51:08 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 13:22:43 +0200 |
commit | f28d3d768f0e4057f727e8c3b93ba50c19f5db24 (patch) | |
tree | 288ef581590dfccbfddcad3c87d98ce3a4ed0a97 /gcr/gcr-base.h | |
parent | 626eef363c0ece57713c5be5939677784e8115cc (diff) | |
download | gnome-keyring-split.tar.gz |
Split Gcr and Gck libraries out of gnome-keyringsplit
Diffstat (limited to 'gcr/gcr-base.h')
-rw-r--r-- | gcr/gcr-base.h | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/gcr/gcr-base.h b/gcr/gcr-base.h deleted file mode 100644 index 69133f11..00000000 --- a/gcr/gcr-base.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * gnome-keyring - * - * Copyright (C) 2010 Collabora Ltd. - * - * This program 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.1 of - * the License, or (at your option) any later version. - * - * This program 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 program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * Author: Stef Walter <stefw@collabora.co.uk> - */ - -#ifndef GCR_API_SUBJECT_TO_CHANGE -#error "This API has not yet reached stability." -#endif - -#ifndef __GCR_BASE_H__ -#define __GCR_BASE_H__ - -#include <glib.h> - -#define __GCR_INSIDE_HEADER__ - -#include "gcr-types.h" - -#include "gcr-certificate.h" -#include "gcr-certificate-chain.h" -#include "gcr-deprecated-base.h" -#include "gcr-enum-types-base.h" -#include "gcr-icons.h" -#include "gcr-importer.h" -#include "gcr-library.h" -#include "gcr-parser.h" -#include "gcr-pkcs11-certificate.h" -#include "gcr-secret-exchange.h" -#include "gcr-simple-certificate.h" -#include "gcr-simple-collection.h" -#include "gcr-trust.h" -#include "gcr-union-collection.h" -#include "gcr-unlock-options.h" - -#undef __GCR_INSIDE_HEADER__ - -#endif /* __GCR_BASE_H__ */ |