Blame src/eggshell.h

Packit Service 3bdf47
/*
Packit Service 3bdf47
 * Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
Packit Service 3bdf47
 * Copyright (C) 1999, 2000 Red Hat, Inc.
Packit Service 3bdf47
 * All rights reserved.
Packit Service 3bdf47
 *
Packit Service 3bdf47
 * This file is part of the Gnome Library.
Packit Service 3bdf47
 *
Packit Service 3bdf47
 * This program is free software: you can redistribute it and/or modify
Packit Service 3bdf47
 * it under the terms of the GNU General Public License as published by
Packit Service 3bdf47
 * the Free Software Foundation, either version 3 of the License, or
Packit Service 3bdf47
 * (at your option) any later version.
Packit Service 3bdf47
 *
Packit Service 3bdf47
 * This program is distributed in the hope that it will be useful,
Packit Service 3bdf47
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 3bdf47
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 3bdf47
 * GNU General Public License for more details.
Packit Service 3bdf47
 *
Packit Service 3bdf47
 * You should have received a copy of the GNU General Public License
Packit Service 3bdf47
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service 3bdf47
 */
Packit Service 3bdf47
/*
Packit Service 3bdf47
  @NOTATION@
Packit Service 3bdf47
 */
Packit Service 3bdf47
Packit Service 3bdf47
#ifndef __EGG_USER_SHELL_H__
Packit Service 3bdf47
#define __EGG_USER_SHELL_H__
Packit Service 3bdf47
Packit Service 3bdf47
#include <stdlib.h>
Packit Service 3bdf47
#include <glib.h>
Packit Service 3bdf47
Packit Service 3bdf47
G_BEGIN_DECLS
Packit Service 3bdf47
Packit Service 3bdf47
/* Find the name of the user's shell.  */
Packit Service 3bdf47
char *egg_shell (const char *shell);
Packit Service 3bdf47
Packit Service 3bdf47
G_END_DECLS
Packit Service 3bdf47
Packit Service 3bdf47
#endif