summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 2dd6e4f1..553d580e 100644
--- a/src/global.h
+++ b/src/global.h
@@ -100,5 +100,6 @@ void checkMachines( );
void xmlEscapeHost( std::ostream &out, char *data, int len );
void openOutput();
void escapeLiteralString( std::ostream &out, const char *data );
+bool readCheck( const char *fn );
#endif