fileshare/favicon.h

9 lines
132 B
C
Raw Normal View History

2013-01-31 18:15:49 +01:00
#ifndef FAVICON_H
#define FAVICON_H
struct MHD_Response;
struct MHD_Response* create_favicon_response(void);
#endif // FAVICON_H