Blame src/eggshell.h

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