Page MenuHomePhorge

watch.h
No OneTemporary

Size
452 B
Referenced Files
None
Subscribers
None
#ifndef ANT_WATCH_H
#define ANT_WATCH_H
#include <stdbool.h>
#include <uv.h>
int ant_watch_start(
uv_loop_t *loop,
uv_fs_event_t *event,
const char *path,
uv_fs_event_cb callback,
void *data,
unsigned int flags,
char **resolved_path_out
);
int ant_watch_run(
int argc, char **argv,
const char *entry_file, bool no_clear_screen
);
void ant_watch_stop(uv_fs_event_t *event);
char *ant_watch_resolve_path(const char *path);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sat, May 2, 3:45 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
537260
Default Alt Text
watch.h (452 B)

Event Timeline