mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
f6ce6c84f7
consistency.
10 lines
168 B
C
10 lines
168 B
C
#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);
|
|
|
|
#endif
|
|
|