Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (16 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/coreutils/libcoreutils/coreutils.h

    r821 r1765  
     1/* vi: set sw=4 ts=4: */
    12/*
    23 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
     
    89typedef int (*stat_func)(const char *fn, struct stat *ps);
    910
    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);
     11int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
     12int cp_mv_stat(const char *fn, struct stat *fn_stat);
    1213
    13 extern mode_t getopt_mk_fifo_nod(int argc, char **argv);
     14mode_t getopt_mk_fifo_nod(int argc, char **argv);
    1415
    1516#endif
Note: See TracChangeset for help on using the changeset viewer.