1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/osdep/os2/os2.h

17 lines
316 B
C
Raw Normal View History

#ifndef EL__OSDEP_OS2_OS2_H
#define EL__OSDEP_OS2_OS2_H
#ifdef CONFIG_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