Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1186 → Rev 1187

/rebootd/trunk/src/config.h
0,0 → 1,14
/******************************************************************
* rebootd. Copyleft 2005 Anatoli Klassen
******************************************************************/
 
#ifndef _REBOOTD_CONFIG_H_
#define _REBOOTD_CONFIG_H_
 
#include "common.h"
 
int read_config(struct config *cfg, int argc, const char* argv[]);
int reread_config(struct config *cfg, int *reinit_needed);
 
#endif /* !_REBOOTD_CONFIG_H_ */