diff options
Diffstat (limited to 'coreutils/libcoreutils/coreutils.h')
-rw-r--r-- | coreutils/libcoreutils/coreutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h index 687c7cc5c..c1796b381 100644 --- a/coreutils/libcoreutils/coreutils.h +++ b/coreutils/libcoreutils/coreutils.h | |||
@@ -11,6 +11,6 @@ typedef int (*stat_func)(const char *fn, struct stat *ps); | |||
11 | int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf); | 11 | int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf); |
12 | int cp_mv_stat(const char *fn, struct stat *fn_stat); | 12 | int cp_mv_stat(const char *fn, struct stat *fn_stat); |
13 | 13 | ||
14 | mode_t getopt_mk_fifo_nod(int argc, char **argv); | 14 | mode_t getopt_mk_fifo_nod(char **argv); |
15 | 15 | ||
16 | #endif | 16 | #endif |