mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 16:15:57 -05:00
12 lines
126 B
C
12 lines
126 B
C
/*
|
|
* $Id$
|
|
*
|
|
*/
|
|
|
|
#ifndef _REND_H_
|
|
#define _REND_H_
|
|
|
|
int rend_init(pid_t *pid, char *name, int port);
|
|
|
|
#endif /* _REND_H_ */
|