1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/osdep/beos/beos.h

23 lines
267 B
C
Raw Normal View History

#ifndef EL__OSDEP_BEOS_BEOS_H
#define EL__OSDEP_BEOS_BEOS_H
#ifdef __cplusplus
extern "C" {
#endif
2006-01-11 14:12:59 -05:00
#ifdef CONFIG_OS_BEOS
struct terminal;
void open_in_new_be(struct terminal *term, char *exe_name,
char *param);
#endif
#ifdef __cplusplus
}
#endif
#endif