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