jfb2 writes in Bug 119:
[oweals/busybox.git] / coreutils / libcoreutils / coreutils.h
1 #ifndef COREUTILS_H
2 #define COREUTILS_H             1
3
4 typedef int (*stat_func)(const char *fn, struct stat *ps);
5
6 extern int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
7 extern int cp_mv_stat(const char *fn, struct stat *fn_stat);
8
9 extern mode_t getopt_mk_fifo_nod(int argc, char **argv);
10 extern FILE *xgetoptfile_sort_uniq(char **argv, const char *mode);
11
12 #endif