aboutsummaryrefslogtreecommitdiff
path: root/include/extension.h
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-05-18 08:51:12 -0400
committerShav Kinderlehrer <[email protected]>2023-05-18 08:51:12 -0400
commit08abee1958b2a8cbbf43683234c90797f72d5b2b (patch)
treeb39ab1553b790958d46caf132d83a3497f7fd131 /include/extension.h
parente5398d744f96bf71ce93d725b3218bae7b0890ca (diff)
downloadlat-08abee1958b2a8cbbf43683234c90797f72d5b2b.tar.gz
lat-08abee1958b2a8cbbf43683234c90797f72d5b2b.zip
Prep for new extension system
Diffstat (limited to 'include/extension.h')
-rw-r--r--include/extension.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/extension.h b/include/extension.h
new file mode 100644
index 0000000..dc7b09f
--- /dev/null
+++ b/include/extension.h
@@ -0,0 +1,8 @@
+#ifndef EXTENSION_H
+#define EXTENSION_H
+
+#include "types.h"
+
+struct filedata runfilter(struct filedata *f);
+
+#endif // EXTENSION_H