segmented code

This commit is contained in:
2026-02-06 21:59:26 +00:00
parent e2b04277a8
commit 3163a1e7bd
3 changed files with 129 additions and 81 deletions

9
include/curl_utils.h Normal file
View File

@@ -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);