gmlTcl_Zlib.h

00001 /*
00002  * gmlTcl_Zlib.h --
00003  *
00004  *    Wrapping of zlib into a Tcl interpreter.
00005  *
00006  *  Copyright (c) 1995-2004 CLIPS-IMAG
00007  *
00008  *  See the file "gml_LicenseTerms.txt" for information on usage and redistribution
00009  *  of this file, and for a DISCLAIMER OF ALL WARRANTIES.
00010  */
00011 
00012 #ifndef __GMLTCL_ZLIB__
00013 #define __GMLTCL_ZLIB__
00014 
00015 #include "tcl.h"
00016 #include "gml/base/gml_Types.h"
00017 
00018 /*
00019  * gmlTcl_ZlibInit --
00020  *
00021  *  Registers the "zlib" command into the interpreter.
00022  */
00023 GML_EXTERN_C
00024 int gmlTcl_ZlibInit (Tcl_Interp* interp);
00025 
00026 
00027 
00028 /*
00029  * gmlTcl_ZlibExit --
00030  *
00031  *  De-registers the "zlib" command from the interpreter.
00032  */
00033 GML_EXTERN_C
00034 void gmlTcl_ZlibExit (Tcl_Interp* interp);
00035 
00036 #endif /* __GMLTCL_ZLIB__ */
00037 
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.