contrib/gel/vgel/kl/error.h

Go to the documentation of this file.
00001 /*********************************************************************
00002  * error.h
00003  *********************************************************************/
00004 
00005 #ifndef _ERROR_H_
00006 #define _ERROR_H_
00007 
00008 #include <stdio.h>
00009 #include <stdarg.h>
00010 
00011 void KLTError(char *fmt, ...);
00012 void KLTWarning(char *fmt, ...);
00013 
00014 #endif
00015 

Generated on Tue Oct 14 05:16:38 2008 for contrib/gel/vgel by  doxygen 1.5.1