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