source: vis_dev/glu-2.3/src/error/error.h @ 13

Last change on this file since 13 was 13, checked in by cecile, 13 years ago

library glu 2.3

File size: 222 bytes
Line 
1/*
2 * $Id: error.h,v 1.2 2002/08/26 05:47:09 fabio Exp $
3 *
4 */
5EXTERN void error_init ARGS((void));
6EXTERN void error_append ARGS((char *));
7EXTERN char *error_string ARGS((void));
8EXTERN void error_cleanup ARGS((void));
Note: See TracBrowser for help on using the repository browser.