Sign in
cobalt
/
cobalt.git
/
193dc3d54bfe1fcc7a4d95650f8e9f2c8d9e7d1e
/
.
/
src
/
third_party
/
icu
/
source
/
samples
/
layout
/
gsupport.h
blob: 26f33b4c064bd4817d6182c51447e298b65c46cd [
file
]
/*
*
* (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