mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
12 lines
238 B
C
12 lines
238 B
C
|
|
#ifndef EL__MIME_BACKEND_MIMETYPES_H
|
|
#define EL__MIME_BACKEND_MIMETYPES_H
|
|
|
|
#include "main/module.h"
|
|
#include "mime/backend/common.h"
|
|
|
|
extern struct mime_backend mimetypes_mime_backend;
|
|
extern struct module mimetypes_mime_module;
|
|
|
|
#endif
|