Sign in
cobalt
/
cobalt.git
/
811113cfaae5e9fe4fd3cc083d3a6aee2e37f2bf
/
.
/
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