mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
beos: Fix build
This commit is contained in:
parent
a67c49eacf
commit
fec9f916b6
@ -23,6 +23,7 @@
|
||||
#include <List.h>
|
||||
|
||||
extern "C" {
|
||||
#include "utils/errors.h"
|
||||
#include "beos/schedule.h"
|
||||
#include "desktop/browser.h"
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
|
||||
extern bigtime_t earliest_callback_timeout;
|
||||
|
||||
extern nserror beos_schedule(int t, void (*callback)(void *p), void *p);
|
||||
extern "C" nserror beos_schedule(int t, void (*callback)(void *p), void *p);
|
||||
|
||||
extern void schedule_run(void);
|
||||
extern "C" bool schedule_run(void);
|
||||
|
||||
|
||||
#endif /* NETSURF_BEOS_CALLBACK_H */
|
||||
|
Loading…
Reference in New Issue
Block a user