mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* util.h (app_text): Remove declaration - it became static.
This commit is contained in:
parent
778845fc48
commit
14a6ef141c
@ -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>.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user