chiark / gitweb /
async: add asynchronous close() call
[elogind.git] / src / core / async.h
index 6601b4dc4b313c741b91b9ac8a838a83520cfb09..7f1ef79532d81b5526a81f6632452ea2a5fe0477 100644 (file)
@@ -22,4 +22,6 @@
 ***/
 
 int asynchronous_job(void* (*func)(void *p), void *arg);
+
 int asynchronous_sync(void);
+int asynchronous_close(int fd);