mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
13 lines
108 B
C
13 lines
108 B
C
|
|
#ifndef __MPD_H__
|
|
#define __MPD_H__
|
|
|
|
|
|
int
|
|
mpd_init(void);
|
|
|
|
void
|
|
mpd_deinit(void);
|
|
|
|
#endif /* !__MPD_H__ */
|