summaryrefslogtreecommitdiffstats
path: root/src/detection/netio/netio_nosupport.c
blob: 30f73a7583729d835e221d455f635faa5d637bdc (plain) (blame)
1
2
3
4
5
#include "netio.h"

const char* ffNetIOGetIoCounters(FF_A_UNUSED FFlist* result, FF_A_UNUSED FFNetIOOptions* options) {
    return "Not supported on this platform";
}