mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
17 lines
319 B
C
17 lines
319 B
C
|
|
#ifndef EL__OSDEP_OS2_OS2_H
|
|
#define EL__OSDEP_OS2_OS2_H
|
|
|
|
#ifdef CONFIG_OS_OS2
|
|
|
|
struct terminal;
|
|
|
|
void open_in_new_vio(struct terminal *term, unsigned char *exe_name,
|
|
unsigned char *param);
|
|
void open_in_new_fullscreen(struct terminal *term, unsigned char *exe_name,
|
|
unsigned char *param);
|
|
|
|
#endif
|
|
|
|
#endif
|