Blame gcr/console-interaction.h

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