#include "extension.h" #include "types.h" #include "util.h" struct filedata runfilter(struct filedata *f) { return *f; }