OAuth2Lib/networking.h

12 lines
151 B
C
Raw Normal View History

2024-11-06 22:55:07 +01:00
#ifndef _OAUTH2LIB_NETWORKING_
#define _OAUTH2LIB_NETWORKING_
struct content {
};
void tcp_get(const char* addr);
#endif //_OAUTH2LIB_NETWORKING_