Removed all files using cvs remove since setup is quite old and hasn't been
[geda-gaf/whiteaudio.git] / geda / src / m_action.h
blob34f09c2967acccf7924414ede1af2403c1071902
1 /*******************************************************************************/
2 /* */
3 /* gEDA Suite Project Manager */
4 /* */
5 /* Copyright (C) 2002 Piotr Miarecki, sp9rve@eter.ariadna.pl */
6 /* */
7 /* This program is free software; you can redistribute it and/or */
8 /* modify it under the terms of the GNU General Public License */
9 /* as published by the Free Software Foundation version 2. */
10 /* */
11 /* This program is distributed in the hope that it will be useful, */
12 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
13 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
14 /* GNU General Public License for more details. */
15 /* */
16 /* You should have received a copy of the GNU General Public License */
17 /* along with this program; if not, write to the Free Software */
18 /* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
19 /* */
20 /*******************************************************************************/
22 #ifndef __M_ACTION_H_INCLUDED
23 #define __M_ACTION_H_INCLUDED
27 void MenuActionInitialize(void);
28 void MenuActionRefresh(const char *szExt);
32 #endif