myMPD
Internal API documentation
Loading...
Searching...
No Matches
interface_mympd_api.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_API_SCRIPTS_INTERFACE_MYMPD_API_H
12#define MYMPD_API_SCRIPTS_INTERFACE_MYMPD_API_H
13
14#include <lauxlib.h>
15#include <lua.h>
16#include <lualib.h>
17
18int lua_mympd_api(lua_State *lua_vm);
19
20#endif
int lua_mympd_api(lua_State *lua_vm)
Definition interface_mympd_api.c:28