xref: /haiku/src/tests/kits/interface/menu/menuworld/stddlg.h (revision 84cc2b9655c438c28cd0073991f41684d41d1fe8)
1 //--------------------------------------------------------------------
2 //
3 //	stddlg.h
4 //
5 //	Written by: Owen Smith
6 //
7 //--------------------------------------------------------------------
8 
9 /*
10 	Copyright 1999, Be Incorporated.   All Rights Reserved.
11 	This file may be used under the terms of the Be Sample Code License.
12 */
13 
14 #ifndef _stddlg_h
15 #define _stddlg_h
16 
17 void ierror(const char* msg);
18 
19 #endif /* _stddlg_h */