1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/scripting/smjs/cache_object.h
Miciah Dashiel Butler Masters e3fed7e19e Add a pre-format-html hook.
2005-12-18 17:58:42 +00:00

10 lines
163 B
C

#ifndef EL__SCRIPTING_SMJS_CACHE_H
#define EL__SCRIPTING_SMJS_CACHE_H
struct cache_entry;
JSObject *get_cache_entry_object(struct cache_entry *cached);
#endif