File indexing completed on 2024-04-21 14:59:30

0001 /*
0002     This file is part of the KDE libraries
0003     SPDX-FileCopyrightText: 1999-2000 Waldo Bastian <bastian@kde.org>
0004     SPDX-FileCopyrightText: 1999 Mario Weilguni <mweilguni@sime.com>
0005     SPDX-FileCopyrightText: 2001 Lubos Lunak <l.lunak@kde.org>
0006     SPDX-FileCopyrightText: 2015, 2016 René J.V. Bertin <rjvbertin@gmail.com>
0007 
0008     SPDX-License-Identifier: LGPL-2.0-only
0009 */
0010 
0011 #ifndef _KINIT_MAC_H
0012 
0013 extern pid_t launch(int argc, const char *_name, const char *args,
0014                     const char *cwd = 0, int envc = 0, const char *envs = 0,
0015                     bool reset_env = false,
0016                     const char *tty = 0, bool avoid_loops = false,
0017                     const char *startup_id_str = "0");
0018 
0019 extern void mac_fork_and_reexec_self();
0020 
0021 #define _KINIT_MAC_H
0022 #endif