diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-06-27 21:33:20 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2011-06-28 19:35:58 +0200 |
commit | 1fec772893544d5388dbece7f52fff7b640e3017 (patch) | |
tree | f1fabb7958a69cee78b95455e26901365a1b70e1 /gtk/smartcard-manager-priv.h | |
parent | 66461433ca7b5a22c2fb18a4030b4a6e51000f79 (diff) |
gtk/smartcard: make cacard dependency optional without breaking API
Diffstat (limited to 'gtk/smartcard-manager-priv.h')
-rw-r--r-- | gtk/smartcard-manager-priv.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gtk/smartcard-manager-priv.h b/gtk/smartcard-manager-priv.h new file mode 100644 index 0000000..d40064c --- /dev/null +++ b/gtk/smartcard-manager-priv.h @@ -0,0 +1,31 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* + Copyright (C) 2010 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.1 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, see <http://www.gnu.org/licenses/>. +*/ +#ifndef __SMARTCARD_MANAGER_PRIV_H__ +#define __SMARTCARD_MANAGER_PRIV_H__ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +G_BEGIN_DECLS + +gboolean spice_smartcard_manager_init_libcacard(SpiceSession *session); + +G_END_DECLS + +#endif /* __SMARTCARD_MANAGER_PRIV_H__ */ |