mud/lib/secure/include/sockets.h
2020-09-06 05:43:07 -07:00

10 lines
188 B
C

#ifndef s_sockets_h
#define s_sockets_h
#include <lib.h>
#define SOCKET_HTTP DIR_SECURE_LIB "/net/http"
#define SOCKET_RCP DIR_SECURE_LIB "/net/rcp"
#endif /* s_sockets_h */