1 2 3 4 5 6 7 8
#ifndef EXTENSION_H #define EXTENSION_H #include "types.h" struct filedata runfilter(struct filedata *f); #endif // EXTENSION_H