net.hpp 67 B

123456
  1. #ifndef __NET_HPP__
  2. #define __NET_HPP__
  3. bool net_setup();
  4. #endif