X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fasync.h;fp=src%2Fcore%2Fasync.h;h=0000000000000000000000000000000000000000;hb=76cf10dab7a36653a159f0e87c46a13df494474f;hp=7f1ef79532d81b5526a81f6632452ea2a5fe0477;hpb=99a17ada9caa8e190b5cafa5cd3c19618feeff48;p=elogind.git diff --git a/src/core/async.h b/src/core/async.h deleted file mode 100644 index 7f1ef7953..000000000 --- a/src/core/async.h +++ /dev/null @@ -1,27 +0,0 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - -#pragma once - -/*** - This file is part of systemd. - - Copyright 2013 Lennart Poettering - - systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1 of the License, or - (at your option) any later version. - - systemd is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with systemd; If not, see . -***/ - -int asynchronous_job(void* (*func)(void *p), void *arg); - -int asynchronous_sync(void); -int asynchronous_close(int fd);