Skip to content
Snippets Groups Projects
Commit d76c9932 authored by deuce's avatar deuce
Browse files

Add function to set expired by filename for self-modifying scripts etc.

parent 48bedf00
Branches
Tags
No related merge requests found
......@@ -49,6 +49,12 @@ void js_cache_thread(void *args);
* lastrun
*/
void js_script_done(struct cached_data *entry);
/*
* Sets the expired member for any existing cached copies of filename
* Required for self-modifying scripts.
*/
void js_cache_expire(char *filename);
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment