* util.h (app_text): Remove declaration - it became static.

This commit is contained in:
Andrew V. Samoilov 2003-01-27 18:03:04 +00:00
parent 778845fc48
commit 14a6ef141c
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2003-01-27 Andrew V. Samoilov <sav@bcs.zp.ua>
* util.h (app_text): Remove declaration - it became static.
* mountlist.c (read_filesystem_list) [MOUNTED_GETMNTENT1]:
Check for MOUNTED is defined to fix compilation on AIX.
Reported by Alexander Varakin <avarakin00@hotmail.com>.

View File

@ -95,8 +95,6 @@ void use_dash (int flag); /* Disable/Enable rotate_dash routines */
void rotate_dash (void);
void remove_dash (void);
extern const char app_text [];
/* Creating temporary files safely */
const char *mc_tmpdir (void);
int mc_mkstemps(char **pname, const char *prefix, const char *suffix);