net.h 171 B

123456789101112131415
  1. /** @file net.h
  2. * @brief Public interface for faux net functions.
  3. */
  4. #ifndef _faux_net_h
  5. #define _faux_net_h
  6. #include <faux/faux.h>
  7. C_DECL_BEGIN
  8. C_DECL_END
  9. #endif