Annotation For xvfs-core.h

Origin for each line in xvfs-core.h from check-in 69e476dcd5:

1ecab39ce5 2019-05-02        rkeene: #ifndef XVFS_COMMON_H_1B4B28D60EBAA11D5FF85642FA7CA22C29E8E817
1ecab39ce5 2019-05-02        rkeene: #define XVFS_COMMON_H_1B4B28D60EBAA11D5FF85642FA7CA22C29E8E817 1
1ecab39ce5 2019-05-02        rkeene: 
f74a2e47ab 2019-05-02        rkeene: #include <tcl.h>
f74a2e47ab 2019-05-02        rkeene: 
1ecab39ce5 2019-05-02        rkeene: #define XVFS_PROTOCOL_VERSION 1
f74a2e47ab 2019-05-02        rkeene: 
f74a2e47ab 2019-05-02        rkeene: typedef const char **(*xvfs_proc_getChildren_t)(const char *path, Tcl_WideInt limit);
f74a2e47ab 2019-05-02        rkeene: typedef const unsigned char *(*xvfs_proc_getData_t)(const char *path, Tcl_WideInt start, Tcl_WideInt length);
f74a2e47ab 2019-05-02        rkeene: 
69e476dcd5 2019-05-02        rkeene: int Xvfs_Register(Tcl_Interp *interp, const char *fsName, int protocolVersion, xvfs_proc_getChildren_t getChildrenProc, xvfs_proc_getData_t getData);
1ecab39ce5 2019-05-02        rkeene: 
1ecab39ce5 2019-05-02        rkeene: #endif