general cleanup

This commit is contained in:
2026-05-01 13:16:04 +01:00
parent 3163a1e7bd
commit a9be1e568d
5 changed files with 36 additions and 30 deletions
+6 -1
View File
@@ -1,3 +1,6 @@
#ifndef CURL_UTILS_H
#define CURL_UtILS_H
#include "e621.h"
typedef struct {
@@ -6,4 +9,6 @@ typedef struct {
int count;
} curl_url_peram_t;
char *CurlGet(char *path, curl_url_peram_t *perams, int peram_count, e6_auth_t auth);
char *CurlGet(char *path, curl_url_peram_t *perams, int peram_count, e6_auth_t auth);
#endif