summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xatari/misc.c9
-rwxr-xr-xatari/misc.h4
2 files changed, 5 insertions, 8 deletions
diff --git a/atari/misc.c b/atari/misc.c
index da27c2af1..fa8ace9c6 100755
--- a/atari/misc.c
+++ b/atari/misc.c
@@ -21,11 +21,11 @@
#include <stdio.h>
#include <string.h>
#include <mint/osbind.h>
-#include <mint/cookie.h>
#include <windom.h>
#include "desktop/cookies.h"
-#include "desktop/mouse.h"
+#include "desktop/mouse.h"
+#include "desktop/cookies.h"
#include "utils/messages.h"
#include "utils/utils.h"
#include "utils/url.h"
@@ -55,11 +55,6 @@ void die(const char *error)
exit(1);
}
-bool cookies_update(const char *domain, const struct cookie_data *data)
-{
- return true;
-}
-
/**
* Return the filename part of a full path
*
diff --git a/atari/misc.h b/atari/misc.h
index 5ec6ad8b2..7064e744e 100755
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -43,7 +43,9 @@ struct gui_window * find_cmp_window( COMPONENT * c );
OBJECT *get_tree( int idx );
char *get_rsc_string( int idx );
void gem_set_cursor( MFORM_EX * cursor );
-void dbg_grect( char * str, GRECT * r );
+void dbg_grect( char * str, GRECT * r );
+void dbg_lgrect( char * str, LGRECT * r );
+void dbg_pxy( char * str, short * pxy );
void * ldg_open( char * name, short * global );
void * ldg_find( char * name, short * ldg );
int ldg_close( void * ldg, short * global );