root/trunk/lib-src/progdlg.h

Revision 3104, 1.1 kB (checked in by himi, 5 years ago)

set svn:eol-style

  • Property svn:eol-style set to native
Line 
1 /* movemail foo bar -- move file foo to file bar,
2    locking file foo the way /bin/mail respects.
3    Copyright (C) 1986, 1992, 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
4
5 This file is part of GNU Emacs.
6
7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
11
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING.  If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA.  */
21
22 /*
23  * Added Sep, 1997 by KOICHIRO, Ohba <koichiro@ca.mbn.or.jp>
24  *
25  * Progress dialog.
26  * It works only under x86-win32 systems.
27  *
28  */
29
30 void progress_open(int max);
31 void progress_stepit();
32 void progress_close();
33 void progress_winmain();
Note: See TracBrowser for help on using the browser.