lat/include/extension.h
2023-05-18 08:51:12 -04:00

9 lines
131 B
C

#ifndef EXTENSION_H
#define EXTENSION_H
#include "types.h"
struct filedata runfilter(struct filedata *f);
#endif // EXTENSION_H