/*
* $Id$
*
*/
#ifndef _REND_H_
#define _REND_H_
int rend_init(pid_t *pid, char *name, int port);
#endif /* _REND_H_ */