mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
de8849fd09
svn path=/trunk/netsurf/; revision=13270
10 lines
139 B
C
10 lines
139 B
C
#ifndef NS_ATARI_SETTINGS
|
|
#define NS_ATARI_SETTINGS
|
|
|
|
#include <windom.h>
|
|
|
|
WINDOW * open_settings(void);
|
|
void close_settings(void);
|
|
|
|
#endif
|