diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-05-02 17:56:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-02 17:57:37 +0200 |
commit | 8a474b0c04a5a3608dda53edc1ddaa932ba177bf (patch) | |
tree | 70812ec99f9d7a078de1f2af7c91a99639cb65be /src/core/async.h | |
parent | 7348b3adb324614132cf376f478e883bd7de28f1 (diff) |
async: add asynchronous close() call
Diffstat (limited to 'src/core/async.h')
-rw-r--r-- | src/core/async.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/async.h b/src/core/async.h index 6601b4dc4b..7f1ef79532 100644 --- a/src/core/async.h +++ b/src/core/async.h @@ -22,4 +22,6 @@ ***/ int asynchronous_job(void* (*func)(void *p), void *arg); + int asynchronous_sync(void); +int asynchronous_close(int fd); |