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
2002-04-04 19:39:30 +00:00

16 lines
385 B
C

/* $Id$ */
#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);
#endif