1 /*
2  *
3  * © 2016 and later: Unicode, Inc. and others.
4  * License & terms of use: http://www.unicode.org/copyright.html
5  *
6  * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
7  *
8  */
9 
10 #ifndef __GSUPPORT_H
11 #define __GSUPPORT_H
12 
13 typedef void gs_guiSupport;
14 
15 void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
16 
17 #endif
18