lat/include/extension.h

9 lines
131 B
C

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