Annotation For xvfs.c.rvt

Lines of xvfs.c.rvt from check-in 47dcf5fc27 that are changed by the sequence of edits moving toward check-in 303b2de493:

                         1: #include <xvfs-common.h>
                         2: 
                         3: <?
                         4: 	package require xvfs
                         5: 	xvfs::main $argv
                         6: ?>
                         7: static const char **xvfs_<?= $::xvfs::fsName ?>_getChildren(const char *path, Tcl_WideInt limit) {
                         8: }
                         9: 
                        10: static const unsigned char *xvfs_<?= $::xvfs::fsName ?>_getData(const char *path, Tcl_WideInt start, Tcl_WideInt length) {
                        11: }
                        12: 
                        13: int Xvfs_<?= $::xvfs::fsName ?>_Init() {
                        14: 	// Init->Register("<?= $::xvfs::fsName ?>", XVFS_PROTOCOL_VERSION, xvfs_<?= $::xvfs::fsName ?>_getChildren, xvfs_<?= $::xvfs::fsName ?>_getData)
                        15: }