diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-04-01 21:37:43 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-04-02 20:35:37 +0300 |
commit | 0eedaa2a2e5fc58789b268fdfc1b05e63dabc36b (patch) | |
tree | c11560a50274c209cb513eb9d00845280e0bb923 /include/common.h | |
parent | 08403b616f9dad83cb1204eec83ba1252e3eb129 (diff) |
Integrated STE into html generation & cleaned up code
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 539ba3a..81b4ca2 100644 --- a/include/common.h +++ b/include/common.h @@ -6,7 +6,7 @@ #include <fcntl.h> #include <sys/stat.h> -typedef struct MHD_Response*(*endpoint)(struct MHD_Connection*, int *status); +typedef struct MHD_Response*(*endpoint)(const char *method, struct MHD_Connection*, int *status); typedef char *(*query_func)(const char *path); char *duplicate(const char *x); |