chiark / gitweb /
@@@ wip type definitions in manpage synopses
[mLib] / sys / fwatch.3
index c2329ea6740561e8db22abe3e0ee32c92beb4a1e..9afe273f15c3bdb739e00af4b18738911c0f4509 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 );