Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4428950
watch.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
watch.h
View Options
#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
Details
Attached
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)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment