diff options
author | Shav Kinderlehrer <[email protected]> | 2023-05-18 10:01:14 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-05-18 10:01:14 -0400 |
commit | ecd987965565a47a531d38cb0b5c44ac12803201 (patch) | |
tree | 9098e648cd34ce58e0b31ecb952dc83c6bc4dbfa /include/extension.h | |
parent | fa8e81e288803207bc4f4501e0e4b1a4a96e9a5f (diff) | |
download | lat-ecd987965565a47a531d38cb0b5c44ac12803201.tar.gz lat-ecd987965565a47a531d38cb0b5c44ac12803201.zip |
Revert extension
Diffstat (limited to 'include/extension.h')
-rw-r--r-- | include/extension.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/extension.h b/include/extension.h deleted file mode 100644 index dc7b09f..0000000 --- a/include/extension.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef EXTENSION_H -#define EXTENSION_H - -#include "types.h" - -struct filedata runfilter(struct filedata *f); - -#endif // EXTENSION_H |