Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
[elinks.git] / src / osdep / beos / beos.h
blob306fa5508392b38aa9aa36e81e45afbefa14bc59
2 #ifndef EL__OSDEP_BEOS_BEOS_H
3 #define EL__OSDEP_BEOS_BEOS_H
5 #ifdef CONFIG_OS_BEOS
7 struct terminal;
9 void open_in_new_be(struct terminal *term, unsigned char *exe_name,
10 unsigned char *param);
12 #endif
14 #endif