labwc/include/common/spawn.h
2024-03-08 13:59:20 +01:00

11 lines
258 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_SPAWN_H
#define LABWC_SPAWN_H
/**
* spawn_async_no_shell - execute asynchronously
* @command: command to be executed
*/
void spawn_async_no_shell(char const *command);
#endif /* LABWC_SPAWN_H */