download: Use add_dlg_checkbox
[elinks/elinks-j605.git] / src / osdep / os2 / os2.h
blob99b3f6d98c0b9c79b5ea9a0198b1bfdef7526531
2 #ifndef EL__OSDEP_OS2_OS2_H
3 #define EL__OSDEP_OS2_OS2_H
5 #ifdef CONFIG_OS_OS2
7 struct terminal;
9 void open_in_new_vio(struct terminal *term, unsigned char *exe_name,
10 unsigned char *param);
11 void open_in_new_fullscreen(struct terminal *term, unsigned char *exe_name,
12 unsigned char *param);
14 #endif
16 #endif