diff options
author | nobody <nobody@localhost> | 2004-02-03 23:24:40 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2004-02-03 23:24:40 +0800 |
commit | 951f86c28085ead08e02ca1f22d56d8a9db8cf1c (patch) | |
tree | 1c1eee60dbe9dd75c93ceddca917cf3cabb6ab9b /e-util/e-request.h | |
parent | dd5a050770d1e0d53c3280356af5ff6ddf383567 (diff) | |
download | gsoc2013-evolution-951f86c28085ead08e02ca1f22d56d8a9db8cf1c.tar.gz gsoc2013-evolution-951f86c28085ead08e02ca1f22d56d8a9db8cf1c.tar.zst gsoc2013-evolution-951f86c28085ead08e02ca1f22d56d8a9db8cf1c.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_2_1_5'.GAL_2_1_5
svn path=/tags/GAL_2_1_5/; revision=24580
Diffstat (limited to 'e-util/e-request.h')
-rw-r--r-- | e-util/e-request.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/e-util/e-request.h b/e-util/e-request.h deleted file mode 100644 index 7ebb70c43f..0000000000 --- a/e-util/e-request.h +++ /dev/null @@ -1,33 +0,0 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ -/* e-request.c - * - * Copyright (C) 2000, 2001 Ximian, Inc. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. - * - * This program 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 - * General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - * - * Author: Ettore Perazzoli - */ - -#ifndef E_REQUEST_H -#define E_REQUEST_H - -#include <gtk/gtkwindow.h> - -char *e_request_string (GtkWindow *parent, - const char *title, - const char *prompt, - const char *default_string); - -#endif |