source: MondoRescue/branches/stable/mindi-busybox/coreutils/libcoreutils/coreutils.h@ 821

Last change on this file since 821 was 821, checked in by Bruno Cornec, 18 years ago

Addition of busybox 1.2.1 as a mindi-busybox new package
This should avoid delivering binary files in mindi not built there (Fedora and Debian are quite serious about that)

File size: 392 bytes
Line 
1/*
2 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
3 */
4
5#ifndef COREUTILS_H
6#define COREUTILS_H 1
7
8typedef int (*stat_func)(const char *fn, struct stat *ps);
9
10extern int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
11extern int cp_mv_stat(const char *fn, struct stat *fn_stat);
12
13extern mode_t getopt_mk_fifo_nod(int argc, char **argv);
14
15#endif
Note: See TracBrowser for help on using the repository browser.