9 lines
190 B
C
9 lines
190 B
C
#include "e621.h"
|
|
|
|
typedef struct {
|
|
char *key;
|
|
char **value;
|
|
int count;
|
|
} curl_url_peram_t;
|
|
|
|
char *CurlGet(char *path, curl_url_peram_t *perams, int peram_count, e6_auth_t auth); |