]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/async.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / basic / async.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
c65eb836
LP
2#pragma once
3
f485606b 4int asynchronous_job(void* (*func)(void *p), void *arg);
8a474b0c 5
d00c2631 6int asynchronous_sync(pid_t *ret_pid);
8a474b0c 7int asynchronous_close(int fd);