myMPD
Internal API documentation
Loading...
Searching...
No Matches
scripts_worker.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-3.0-or-later
3
myMPD (c) 2018-2025 Juergen Mang <mail@jcgames.de>
4
https://github.com/jcorporation/mympd
5
*/
6
11
#ifndef MYMPD_SCRIPTS_WORKER_H
12
#define MYMPD_SCRIPTS_WORKER_H
13
14
#include <lauxlib.h>
15
#include <lua.h>
16
#include <lualib.h>
17
18
void
*
script_run
(
void
*script_thread_arg);
19
20
#endif
script_run
void * script_run(void *script_thread_arg)
Definition
scripts_worker.c:26
src
scripts
scripts_worker.h
Generated by
1.9.8