From ac7c95a64147987fb809d9b6fc1c8357a65dd537 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 14 Apr 2004 12:54:20 +0000 Subject: [project @ 2004-04-14 12:54:20 by bursa] Add loginlist to the debug build and schedule to the debugro build. svn path=/import/netsurf/; revision=783 --- debug/netsurfd.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'debug/netsurfd.c') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index 42e09dd1d..60fc9a1a6 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -135,13 +135,6 @@ void html_remove_instance(struct content *c, struct browser_window *bw, { } -#ifdef WITH_AUTH -void *login_list_get(char *url) -{ - return 0; -} -#endif - #ifdef WITH_PLUGIN bool plugin_handleable(const char *mime_type) { @@ -221,8 +214,10 @@ void _swix(void) assert(0); } +#ifndef riscos bool option_filter_sprites = false; bool option_dither_sprites = false; +#endif void die(const char *error) { @@ -230,6 +225,7 @@ void die(const char *error) exit(1); } +#ifndef riscos int ro_content_filetype(int x) { return 0; @@ -248,6 +244,7 @@ extern os_error *xosfile_set_type (char const *file_name, { return 0; } +#endif void warn_user(const char *warn) { -- cgit v1.2.3