blob: 26a35de3dbbd0a3feacf905c0553f848a0fa9b55 [file] [log] [blame]
/*
*
* Copyright (C) 2016 and later: Unicode, Inc. and others.
* License & terms of use: http://www.unicode.org/copyright.html
*
*/
#ifndef __GSUPPORT_H
#define __GSUPPORT_H
typedef void gs_guiSupport;
void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
#endif