mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-02 10:33:23 -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_ */
|