1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/scripting/smjs/cache_object.h

10 lines
168 B
C
Raw Normal View History

2005-12-18 12:58:42 -05:00
#ifndef EL__SCRIPTING_SMJS_CACHE_H
#define EL__SCRIPTING_SMJS_CACHE_H
struct cache_entry;
JSObject *smjs_get_cache_entry_object(struct cache_entry *cached);
2005-12-18 12:58:42 -05:00
#endif