1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/osdep/beos/beos.h
2006-01-11 20:12:59 +01:00

15 lines
216 B
C

#ifndef EL__OSDEP_BEOS_BEOS_H
#define EL__OSDEP_BEOS_BEOS_H
#ifdef CONFIG_OS_BEOS
struct terminal;
void open_in_new_be(struct terminal *term, unsigned char *exe_name,
unsigned char *param);
#endif
#endif