0
0
Fork 0
wireless-proxy-esp32/components/dap_proxy/websocket_server.h

9 lines
154 B
C

#ifndef __WEBSOCKET_SERVER_H__
#define __WEBSOCKET_SERVER_H__
#include <stdint.h>
int websocket_worker(int fd, uint8_t *base, uint32_t length);
#endif