aboutsummaryrefslogtreecommitdiff
path: root/coreutils/libcoreutils/coreutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/libcoreutils/coreutils.h')
-rw-r--r--coreutils/libcoreutils/coreutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h
index 102c7b5be..687c7cc5c 100644
--- a/coreutils/libcoreutils/coreutils.h
+++ b/coreutils/libcoreutils/coreutils.h
@@ -8,9 +8,9 @@
8 8
9typedef int (*stat_func)(const char *fn, struct stat *ps); 9typedef int (*stat_func)(const char *fn, struct stat *ps);
10 10
11extern int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf); 11int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
12extern int cp_mv_stat(const char *fn, struct stat *fn_stat); 12int cp_mv_stat(const char *fn, struct stat *fn_stat);
13 13
14extern mode_t getopt_mk_fifo_nod(int argc, char **argv); 14mode_t getopt_mk_fifo_nod(int argc, char **argv);
15 15
16#endif 16#endif