1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-26 07:04:00 -04:00

Insure restflag and resterr() belong to same scope.

This commit is contained in:
2015-02-13 11:23:12 +08:00
parent e13bc9ca7e
commit f8df147015
4 changed files with 6 additions and 7 deletions

1
file.h
View File

@@ -11,6 +11,7 @@ int set_encryption_key( int f, int n) ;
#endif
extern boolean restflag ; /* restricted use? */
boolean resterr( void) ; /* restricted error message */
int fileread( int f, int n) ;
int insfile( int f, int n) ;