| /* | |
| * tdbcInt.h -- | |
| * | |
| * Declarations of the public API for Tcl DataBase Connectivity (TDBC) | |
| * | |
| * Copyright (c) 2006 by Kevin B. Kenny | |
| * | |
| * See the file "license.terms" for information on usage and redistribution of | |
| * this file, and for a DISCLAIMER OF ALL WARRANTIES. | |
| * | |
| * RCS: @(#) $Id$ | |
| * | |
| *----------------------------------------------------------------------------- | |
| */ | |
| /* | |
| * Used to tag functions that are only to be visible within the module being | |
| * built and not outside it (where this is supported by the linker). | |
| */ | |
| /* | |
| * Linkage to procedures not exported from this module | |
| */ | |
| MODULE_SCOPE int TdbcTokenizeObjCmd(void *clientData, Tcl_Interp* interp, | |
| int objc, Tcl_Obj *const objv[]); | |