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