1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/scripting/smjs/load_uri.h
Miciah Dashiel Butler Masters e27596c5dc SMJS: Add the elinks.load_uri(uri, callback) interface.
|callback| will be applied to the cache object when the download of
|uri| completes.
2006-04-30 04:22:11 +00:00

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