diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-02-24 12:01:02 -0500 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-02-24 12:01:02 -0500 |
| commit | e116a5d1f558c14160afebbaeac969a53af6a089 (patch) | |
| tree | 17d3ef4328e0456094b09a48c7b2b09d72545983 /src/Routes/ImageProxy.h | |
| parent | 89c011d421f86e0b6a3414ea012bb198167f295a (diff) | |
| download | omnisearch-e116a5d1f558c14160afebbaeac969a53af6a089.tar.gz | |
add image proxying
Diffstat (limited to 'src/Routes/ImageProxy.h')
| -rw-r--r-- | src/Routes/ImageProxy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Routes/ImageProxy.h b/src/Routes/ImageProxy.h new file mode 100644 index 0000000..5c114e7 --- /dev/null +++ b/src/Routes/ImageProxy.h @@ -0,0 +1,8 @@ +#ifndef IMAGE_PROXY_HANDLER_H +#define IMAGE_PROXY_HANDLER_H + +#include <beaker.h> + +int image_proxy_handler(UrlParams *params); + +#endif |
