Remove unused declaration.
Этот коммит содержится в:
родитель
3286b6e5e2
Коммит
f76e27d6a5
@ -87,7 +87,6 @@ char *canonicalize_pathname (char *);
|
|||||||
|
|
||||||
/* Misc Unix functions */
|
/* Misc Unix functions */
|
||||||
char *get_current_wd (char *buffer, int size);
|
char *get_current_wd (char *buffer, int size);
|
||||||
const char *mc_tmpdir (void);
|
|
||||||
int my_mkdir (char *s, mode_t mode);
|
int my_mkdir (char *s, mode_t mode);
|
||||||
int my_rmdir (char *s);
|
int my_rmdir (char *s);
|
||||||
|
|
||||||
@ -99,7 +98,7 @@ void remove_dash (void);
|
|||||||
extern const char app_text [];
|
extern const char app_text [];
|
||||||
|
|
||||||
/* Creating temporary files safely */
|
/* Creating temporary files safely */
|
||||||
void init_tmpdir(void);
|
const char *mc_tmpdir (void);
|
||||||
int mc_mkstemps(char **pname, const char *prefix, const char *suffix);
|
int mc_mkstemps(char **pname, const char *prefix, const char *suffix);
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user