mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
e27596c5dc
|callback| will be applied to the cache object when the download of |uri| completes.
7 lines
126 B
C
7 lines
126 B
C
#ifndef EL__SCRIPTING_SMJS_LOAD_URI_H
|
|
#define EL__SCRIPTING_SMJS_LOAD_URI_H
|
|
|
|
void smjs_init_load_uri_interface(void);
|
|
|
|
#endif
|