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

[test] Make compilable test mailcap-cache. Refs #298

This commit is contained in:
Witold Filipczyk 2024-04-15 08:34:08 +02:00
parent 26815e829a
commit ea9d93d44b

View File

@ -795,6 +795,22 @@ struct module mailcap_mime_module = struct_module(
#include "util/test.h"
struct option *cmdline_options;
#ifdef CONFIG_DEBUG
union option_value *
get_opt_(char *a, int, enum option_type b, struct option *c, const char *d, struct session *e)
{
return NULL;
}
#else
union option_value *
get_opt_(struct option *a , const char *b, struct session *c)
{
return NULL;
}
#endif
char *get_ui_clipboard_file(void) { return NULL; }
/* Some ugly shortcuts for getting defined symbols to work. */