1/*
2 *
3 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
4 *
5 */
6
7#ifndef __GSUPPORT_H
8#define __GSUPPORT_H
9
10typedef void gs_guiSupport;
11
12void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
13
14#endif
15