Date: 11 Apr 2002 17:22:19 -0700 From: Max Okumoto <okumoto@ucsd.edu> To: freebsd-libh@FreeBSD.ORG Subject: doxygen comment for lib/tcl/LibHTclInit_disk.cc Message-ID: <hfd6x57olg.fsf@multivac.sdsc.edu>
next in thread | raw e-mail | index | archive | help
Index: lib/tcl/LibHTclInit_disk.cc =================================================================== RCS file: /home/libh/cvs/libh/lib/tcl/LibHTclInit_disk.cc,v retrieving revision 1.5 diff -r1.5 LibHTclInit_disk.cc 52c52,56 < extern "C" int Htcldisk_Init( Tcl_Interp* interp ) --- > /** > * Register tcl bindings for lib/disk subsystem. > */ > extern "C" int > Htcldisk_Init(Tcl_Interp* interp) 54c58 < if ( interp == 0 ) --- > if (interp == 0) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hfd6x57olg.fsf>