diff options
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 |
