mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08: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);
|