0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

Add a pre-format-html hook.

This commit is contained in:
Miciah Dashiel Butler Masters
2005-12-18 17:58:42 +00:00
committed by Miciah Dashiel Butler Masters
parent 30ccbaaf21
commit e3fed7e19e
6 changed files with 243 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
#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