mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[iframe] Try to define interface
This commit is contained in:
parent
cef822653d
commit
2c3632f012
18
src/document/html/iframes.h
Normal file
18
src/document/html/iframes.h
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_HTML_IFRAMES_H
|
||||
#define EL__DOCUMENT_HTML_IFRAMES_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct iframeset_desc;
|
||||
struct iframe_desc;
|
||||
|
||||
void add_iframeset_entry(struct iframeset_desc *parent, struct iframe_desc *subframe);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user