Backlog/lib/watcher/src/watcherstub.cpp

8 lines
136 B
C++

extern "C" void* createWatchPoint(
const char* watchPath,
void(*cb)(const char*, void*),
void* ctx
){
return nullptr;
}