gmlTcl_ServiceDiscovery.h

00001 /*
00002  * gmlTcl_ServiceDiscovery.h --
00003  *
00004  *    Tcl interface to the DNSServiceDiscovery API.
00005  *
00006  *  Copyright (c) 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_DNSSERVICES__
00013 #define __GMLTCL_DNSSERVICES__
00014   #if defined(__cplusplus)
00015     extern "C" {
00016   #endif
00017 
00018 #include "tcl.h"
00019 
00020 
00021 /*
00022  * gmlTcl_ServiceDiscoveryInit --
00023  *
00024  *  Registers the service registration and discovery commands into the interpreter.
00025  */
00026 int gmlTcl_ServiceDiscoveryInit (Tcl_Interp* interp);
00027 
00028 
00029 
00030 /*
00031  * gmlTcl_ServiceDiscoveryExit --
00032  *
00033  *  De-registers the service registration and discovery commands from the interpreter.
00034  */
00035 void gmlTcl_ServiceDiscoveryExit (Tcl_Interp* interp);
00036 
00037 
00038 
00039   #if defined(__cplusplus)
00040     }
00041   #endif
00042 #endif
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.