segmented code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user