1 2 3 4 5 6 7 8
#ifndef IMAGE_PROXY_HANDLER_H #define IMAGE_PROXY_HANDLER_H #include <beaker.h> int image_proxy_handler(UrlParams *params); #endif