diff options
| author | amelia squires <[email protected]> | 2024-08-29 00:10:05 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2024-08-29 00:10:05 -0500 |
| commit | f605f194eb45235989fc5ec91505201498834f24 (patch) | |
| tree | 0ebd6d7755e5827516041e00f1e6df4285618b1a /src/net/util.h | |
| parent | 6cbc0f817066b8bbab84a9be466223652b628d42 (diff) | |
should be working + tests
Diffstat (limited to 'src/net/util.h')
| -rw-r--r-- | src/net/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/util.h b/src/net/util.h index ea7c294..17a99ac 100644 --- a/src/net/util.h +++ b/src/net/util.h @@ -47,3 +47,6 @@ void client_fd_errors(int client_fd); int content_disposition(str* src, parray_t** _dest); parray_t* route_match(parray_t* paths, char* path); + +int match_param(char* path, char* match, parray_t* arr); + |
