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
17void ierror(const char* msg);
18
19#endif /* _stddlg_h */