fileshare/favicon.h

9 lines
132 B
C

#ifndef FAVICON_H
#define FAVICON_H
struct MHD_Response;
struct MHD_Response* create_favicon_response(void);
#endif // FAVICON_H