]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/mainloop.h
Libucw supports installation
[libucw.git] / ucw / mainloop.h
index 0c5e90fbdd96d2b6aa9fe8ab8c4544ddb30141c9..9d668859f15645fbebec93147cf62d13e4c528b9 100644 (file)
@@ -64,7 +64,7 @@ void file_del(struct main_file *fi);
 void file_read(struct main_file *fi, void *buf, uns len);
 void file_write(struct main_file *fi, void *buf, uns len);
 void file_set_timeout(struct main_file *fi, timestamp_t expires);
-void file_close_all(void);                     /* Close all known main_file's; frequently used before fork() */
+void file_close_all(void);                     /* Close all known main_file's; frequently used after fork() */
 
 /* Hooks to be called in each iteration of the main loop */