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:
parent
26815e829a
commit
ea9d93d44b
@ -795,6 +795,22 @@ struct module mailcap_mime_module = struct_module(
|
|||||||
|
|
||||||
#include "util/test.h"
|
#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; }
|
char *get_ui_clipboard_file(void) { return NULL; }
|
||||||
|
|
||||||
/* Some ugly shortcuts for getting defined symbols to work. */
|
/* Some ugly shortcuts for getting defined symbols to work. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user