Blame daemon/gkd-pkcs11.h

rpm-build 0a79b9
/*
rpm-build 0a79b9
 * gnome-keyring
rpm-build 0a79b9
 *
rpm-build 0a79b9
 * Copyright (C) 2008 Stefan Walter
rpm-build 0a79b9
 *
rpm-build 0a79b9
 * This program is free software; you can redistribute it and/or modify
rpm-build 0a79b9
 * it under the terms of the GNU Lesser General  License as
rpm-build 0a79b9
 * published by the Free Software Foundation; either version 2.1 of
rpm-build 0a79b9
 * the License, or (at your option) any later version.
rpm-build 0a79b9
 *
rpm-build 0a79b9
 * This program is distributed in the hope that it will be useful, but
rpm-build 0a79b9
 * WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 0a79b9
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
rpm-build 0a79b9
 * Lesser General  License for more details.
rpm-build 0a79b9
 *
rpm-build 0a79b9
 * You should have received a copy of the GNU Lesser General
rpm-build 0a79b9
 * License along with this program; if not, see
rpm-build 0a79b9
 * <http://www.gnu.org/licenses/>.
rpm-build 0a79b9
 */
rpm-build 0a79b9
rpm-build 0a79b9
#ifndef GKD_PKCS11_H_
rpm-build 0a79b9
#define GKD_PKCS11_H_
rpm-build 0a79b9
rpm-build 0a79b9
#include <glib.h>
rpm-build 0a79b9
rpm-build 0a79b9
#include "pkcs11/pkcs11.h"
rpm-build 0a79b9
rpm-build 0a79b9
gboolean               gkd_pkcs11_initialize           (void);
rpm-build 0a79b9
rpm-build 0a79b9
gboolean               gkd_pkcs11_startup_pkcs11       (void);
rpm-build 0a79b9
rpm-build 0a79b9
CK_FUNCTION_LIST_PTR   gkd_pkcs11_get_functions        (void);
rpm-build 0a79b9
rpm-build 0a79b9
CK_FUNCTION_LIST_PTR   gkd_pkcs11_get_base_functions   (void);
rpm-build 0a79b9
rpm-build 0a79b9
#endif /* GKD_PKCS11_H_ */