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