mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -04:00
12 lines
236 B
C
12 lines
236 B
C
|
|
#ifndef EL__MIME_BACKEND_DEFAULT_H
|
|
#define EL__MIME_BACKEND_DEFAULT_H
|
|
|
|
#include "main/module.h"
|
|
#include "mime/backend/common.h"
|
|
|
|
extern const struct mime_backend default_mime_backend;
|
|
extern struct module default_mime_module;
|
|
|
|
#endif
|