This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbcico/filelist.h
2009-05-15 23:15:19 +02:00

17 lines
463 B
C

/* $Id: filelist.h,v 1.4 2005/10/11 20:49:46 mbse Exp $ */
#ifndef _FILELIST_H
#define _FILELIST_H
char *xtodos(char *);
void add_list(file_list **, char *, char *, int, off_t, FILE *, int);
file_list *create_filelist(fa_list *, char *, int);
file_list *create_freqlist(fa_list *);
void tidy_filelist(file_list *, int);
void execute_disposition(file_list *);
char *transfertime(struct timeval, struct timeval, int, int);
char *compress_stat(int, int);
#endif