1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/osdep/beos/beos.h
2005-10-21 09:14:07 +02:00

15 lines
213 B
C

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