#ifndef IMAGES_HANDLER_H #define IMAGES_HANDLER_H #include <beaker.h> int images_handler(UrlParams *params); #endif