X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Fextern.h;h=3bf83f158d41fea32ac7e89afffba5d80cda5924;hb=401a4d13e4c30d46074531c6c26efefcaf3bbdaf;hp=8d8740bcdd0ca62ab47fe7808f273d6548b83773;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052;p=dump.git diff --git a/restore/extern.h b/restore/extern.h index 8d8740b..3bf83f1 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -2,8 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999 + * Stelian Pop , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000 * + * $Id: extern.h,v 1.11 2000/12/21 11:14:54 stelian Exp $ */ /*- @@ -37,11 +39,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.2 (Berkeley) 1/7/94 - * $Id: extern.h,v 1.3 1999/10/11 12:59:20 stelian Exp $ */ +#include + struct entry *addentry __P((char *, ino_t, int)); long addfile __P((char *, ino_t, int)); int addwhiteout __P((char *)); @@ -119,3 +120,8 @@ int rmtioctl __P((int, int)); int rmtopen __P((const char *, int)); int rmtread __P((const char *, int)); int rmtseek __P((int, int)); + +/* From e2fsprogs */ +int fsetflags __P((const char *, unsigned long)); +int fgetflags __P((const char *, unsigned long *)); +int setflags __P((int, unsigned long));