Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1186 → Rev 1187

/rebootd/trunk/src/rebootd.h
0,0 → 1,13
/******************************************************************
* rebootd. Copyleft 2005 Anatoli Klassen
******************************************************************/
 
#ifndef _REBOOTD_MAIN_H_
#define _REBOOTD_MAIN_H_
 
#include "common.h"
 
void handle_command(const struct config *cfg, const char *cmd, const int cmd_len);
 
#endif /* !_REBOOTD_MAIN_H_ */