mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
13 lines
147 B
C
13 lines
147 B
C
|
/*
|
||
|
* $Id$
|
||
|
*/
|
||
|
|
||
|
#ifndef _XMLRPC_H_
|
||
|
#define _XMLRPC_H_
|
||
|
|
||
|
#include "webserver.h"
|
||
|
|
||
|
extern void xml_handle(WS_CONNINFO *pwsc);
|
||
|
|
||
|
#endif /* _XMLRPC_H_ */
|