1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/mime/backend/mailcap.h

12 lines
230 B
C
Raw Normal View History

#ifndef EL__MIME_BACKEND_MAILCAP_H
#define EL__MIME_BACKEND_MAILCAP_H
#include "main/module.h"
#include "mime/backend/common.h"
extern struct mime_backend mailcap_mime_backend;
extern struct module mailcap_mime_module;
#endif