summaryrefslogtreecommitdiffstats
path: root/src/detection/cursor/cursor_nosupport.c
blob: 6413d92d31e048e679cfa07bb6b4be00027685b2 (plain) (blame)
1
2
3
4
5
#include "cursor.h"

void ffDetectCursor(FF_A_UNUSED FFCursorResult* result) {
    ffStrbufInitS(&result->error, "Not supported on this platform");
}