|
Last change
on this file since 1280 was 821, checked in by Bruno Cornec, 19 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 |
|
|---|
| 8 | typedef int (*stat_func)(const char *fn, struct stat *ps);
|
|---|
| 9 |
|
|---|
| 10 | extern int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
|
|---|
| 11 | extern int cp_mv_stat(const char *fn, struct stat *fn_stat);
|
|---|
| 12 |
|
|---|
| 13 | extern mode_t getopt_mk_fifo_nod(int argc, char **argv);
|
|---|
| 14 |
|
|---|
| 15 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.