Blame gcr/console-interaction.h

Packit Service f02b19
/* GIO - GLib Input, Output and Streaming Library
Packit Service f02b19
 *
Packit Service f02b19
 * Copyright (C) 2011 Collabora, Ltd.
Packit Service f02b19
 *
Packit Service f02b19
 * This library is free software; you can redistribute it and/or
Packit Service f02b19
 * modify it under the terms of the GNU Lesser General Public
Packit Service f02b19
 * License as published by the Free Software Foundation; either
Packit Service f02b19
 * version 2 of the License, or (at your option) any later version.
Packit Service f02b19
 *
Packit Service f02b19
 * This library is distributed in the hope that it will be useful,
Packit Service f02b19
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service f02b19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service f02b19
 * Lesser General Public License for more details.
Packit Service f02b19
 *
Packit Service f02b19
 * You should have received a copy of the GNU Lesser General
Packit Service f02b19
 * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
Packit Service f02b19
 *
Packit Service f02b19
 * Author: Stef Walter <stefw@collabora.co.uk>
Packit Service f02b19
 */
Packit Service f02b19
Packit Service f02b19
#ifndef __CONSOLE_INTERACTION_H__
Packit Service f02b19
#define __CONSOLE_INTERACTION_H__
Packit Service f02b19
Packit Service f02b19
#include <gio/gio.h>
Packit Service f02b19
Packit Service f02b19
G_BEGIN_DECLS
Packit Service f02b19
Packit Service f02b19
GTlsInteraction *      console_interaction_new         (void);
Packit Service f02b19
Packit Service f02b19
G_END_DECLS
Packit Service f02b19
Packit Service f02b19
#endif /* __G_TLS_CONSOLE_INTERACTION_H__ */