fk98/src/corrupt.h
snow flurry 7868b86e48 corrupt: upload the corruption bits
... These were supposed to be uploaded a while ago
2020-11-17 13:45:15 -08:00

11 lines
218 B
C

#ifndef _CORRUPT_H
#define _CORRUPT_H
#include "config.h"
#include "dosfs.h"
config_t *match_rule(config_t *, dosfile_t *);
int corrupt_file(dosfs_t *, dosfile_t *, config_t *, uint32_t *);
#endif /* !_CORRUPT_H */