Artifact b20c01ceb7d5c9e5b01940a7e9986555283e1e94ff5f1c50570abb1c53c4311f:
- File xvfs-core.c — part of check-in [69e476dcd5] at 2019-05-02 14:40:44 on branch trunk — Pass interp to the register command (user: rkeene, size: 262) [annotate] [blame] [check-ins using]
#include <xvfs-core.h> #include <tcl.h> int Xvfs_Register(Tcl_Interp *interp, const char *fsName, int protocolVersion, xvfs_proc_getChildren_t getChildrenProc, xvfs_proc_getData_t getData) { Tcl_SetResult(interp, "Not implemented", NULL); return(TCL_ERROR); }