httpsrv.h 131 B

1234567
  1. #ifndef _BFG_HTTPSRV_H
  2. #define _BFG_HTTPSRV_H
  3. extern void httpsrv_start(unsigned short port);
  4. extern void httpsrv_stop();
  5. #endif