Changeset 1765 in MondoRescue for branches/2.2.5/mindi-busybox/include/dump.h


Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (17 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/include/dump.h

    r821 r1765  
     1/* vi: set sw=4 ts=4: */
    12#define F_IGNORE    0x01        /* %_A */
    23#define F_SETREP    0x02        /* rep count set, not default */
     
    4041
    4142extern void bb_dump_add(const char *fmt);
    42 extern int bb_dump_dump (char **argv);
     43extern int bb_dump_dump(char **argv);
    4344extern int bb_dump_size(FS * fs);
    4445
Note: See TracChangeset for help on using the changeset viewer.