mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
7 lines
148 B
C
7 lines
148 B
C
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
uintptr_t start_new_watcher(char const *const path, uintptr_t data);
|
|
|
|
int stop_watcher(uintptr_t watcher);
|