1234567891011 |
- #ifndef __START_HPP__
- #define __START_HPP__
- #include "net.hpp"
- // Once all the networking is set up, start doing whatever we were asked
- // to do on the command line
- void start(NetIO &netio, char **args);
- extern int epoch_duration;
- #endif
|