9 lines
155 B
C
9 lines
155 B
C
#ifndef DISCORD_REQUEST_H
|
|
#define DISCORD_REQUEST_H
|
|
|
|
#include <curl/curl.h>
|
|
|
|
int request_auth(CURL *curl, const char *token, const char *api_url);
|
|
|
|
#endif
|