summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
blob: 1ebdf9d8868857ca556a84ca779fe292cea83916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/**
 * $Id: netsurf.h,v 1.1 2002/09/11 14:24:02 monkeyson Exp $
 */

#ifndef _NETSURF_DESKTOP_NETSURF_H_
#define _NETSURF_DESKTOP_NETSURF_H_

#include "netsurf/desktop/fetch.h"
#include "netsurf/desktop/browser.h"

extern struct fetch* netsurf_fetches;
extern gui_window* netsurf_gui_windows;

extern int netsurf_quit;

void netsurf_poll(void);
void Log(char* func, char* msg);

#endif

#ifndef _NETSURF_DESKTOP_NETSURF_H_
#define _NETSURF_DESKTOP_NETSURF_H_

#include "netsurf/desktop/fetch.h"
#include "netsurf/desktop/browser.h"

extern struct fetch* netsurf_fetches;
extern gui_window* netsurf_gui_windows;

extern int netsurf_quit;

void netsurf_poll(void);
void Log(char* func, char* msg);

#endif