lat/include/extension.h

9 lines
131 B
C
Raw Normal View History

2023-05-18 12:51:12 +00:00
#ifndef EXTENSION_H
#define EXTENSION_H
#include "types.h"
struct filedata runfilter(struct filedata *f);
#endif // EXTENSION_H