@@@ timeout wip
[mLib] / sys / fwatch.3
index c2329ea..9afe273 100644 (file)
@@ -10,6 +10,8 @@ fwatch \- watch a file for changes
 .nf
 .B "#include <mLib/fwatch.h>"
 
+.B "typedef struct { ...\& } fwatch;"
+
 .BI "void fwatch_init(fwatch *" f ", const char *" name );
 .BI "void fwatch_initfd(fwatch *" f ", int " fd );
 .BI "int fwatch_update(fwatch *" f ", const char *" name );