summaryrefslogtreecommitdiffstats
path: root/src/detection/processes/processes_nosupport.c
blob: 7da208ec4c85a89476567ea7791918abb285dd12 (plain) (blame)
1
2
3
4
5
#include "processes.h"

const char* ffDetectProcesses(uint32_t* result) {
    return "Not supported on this platform";
}