blob: 26f33b4c064bd4817d6182c51447e298b65c46cd [file] [log] [blame]
/*
*
* (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
*
*/
#ifndef __GSUPPORT_H
#define __GSUPPORT_H
typedef void gs_guiSupport;
void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
#endif