mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Missing function prototype added.
This commit is contained in:
parent
ba8fb07e79
commit
0512f5bf2d
@ -155,6 +155,7 @@ enum {
|
||||
|
||||
long int is_gunzipable (int fd, int *type);
|
||||
char *decompress_command (int type);
|
||||
char *decompress_extension (int type);
|
||||
void decompress_command_and_arg (int type, char **cmd, char **flags);
|
||||
|
||||
int mc_doublepopen (int inhandle, int inlen, pid_t *tp, char *command, ...);
|
||||
|
Loading…
Reference in New Issue
Block a user