unit VfsExport; (* *) (***) interface (***) uses VfsDebug; exports VfsDebug.WriteLog_ name 'WriteLog', VfsDebug.SetLoggingProc; (***) implementation (***) begin end.