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

17 lines
418 B
C
Raw Normal View History

/* $Id$ */
2001-08-17 05:46:24 +00:00
#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, long, int);
2003-11-03 13:52:25 +00:00
char *compress_stat(long, long);
2001-08-17 05:46:24 +00:00
#endif