Fix --remove handling in -m 16800 and -m 16801 with new outfile format
This commit is contained in:
@@ -38,7 +38,7 @@ char *filename_from_filepath (char *filepath);
|
||||
void naive_replace (char *s, const char key_char, const char replace_char);
|
||||
void naive_escape (char *s, size_t s_max, const char key_char, const char escape_char);
|
||||
|
||||
__attribute__ ((format (printf, 2, 3))) void hc_asprintf (char **strp, const char *fmt, ...);
|
||||
__attribute__ ((format (printf, 2, 3))) int hc_asprintf (char **strp, const char *fmt, ...);
|
||||
|
||||
void setup_environment_variables (void);
|
||||
void setup_umask (void);
|
||||
|
||||
Reference in New Issue
Block a user