diff options
Diffstat (limited to 'src/detection/packages/packages_nosupport.c')
| -rw-r--r-- | src/detection/packages/packages_nosupport.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/detection/packages/packages_nosupport.c b/src/detection/packages/packages_nosupport.c new file mode 100644 index 0000000..40300fa --- /dev/null +++ b/src/detection/packages/packages_nosupport.c @@ -0,0 +1,4 @@ +#include "packages.h" + +void ffDetectPackagesImpl(FF_A_UNUSED FFPackagesResult* result, FF_A_UNUSED FFPackagesOptions* options) { +} |