]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/async.h
grypt-util: drop two emacs modelines
[thirdparty/systemd.git] / src / basic / async.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2013 Lennart Poettering
6 ***/
7
8 int asynchronous_job(void* (*func)(void *p), void *arg);
9
10 int asynchronous_sync(pid_t *ret_pid);
11 int asynchronous_close(int fd);