Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1186 → Rev 1187

/rebootd/trunk/src/network.h
0,0 → 1,14
/******************************************************************
* rebootd. Copyleft 2005 Anatoli Klassen
******************************************************************/
 
#ifndef _REBOOTD_NETWORK_H_
#define _REBOOTD_NETWORK_H_
 
#include "config.h"
 
int establish(const struct config *cfg);
void listen_socket(const struct config *cfg, int soc);
 
#endif /* !_REBOOTD_NETWORK_H_ */