mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
12 lines
104 B
C
12 lines
104 B
C
/*
|
|
* $Id$
|
|
*
|
|
*/
|
|
|
|
#ifndef _REND_H_
|
|
#define _REND_H_
|
|
|
|
int rend_init(pid_t *pid);
|
|
|
|
#endif /* _REND_H_ */
|