1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-02 08:57:19 -04:00
elinks/src/mime/backend/mailcap.h

20 lines
305 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"
#ifdef __cplusplus
extern "C" {
#endif
2007-02-04 06:34:48 -05:00
extern const struct mime_backend mailcap_mime_backend;
extern struct module mailcap_mime_module;
#ifdef __cplusplus
}
#endif
#endif