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

Add more comments, fix one prototype.

parent 8137f02a
Branches
Tags
No related merge requests found
......@@ -29,6 +29,7 @@ extern "C" {
* laststat is less than stale time or a new stat() matches
* the mtime, ctime, and size.
* Compiles it and adds to the cache if not.
* Increments running value.
*/
struct cached_data *js_get_compiled_script(char *filename);
......@@ -45,7 +46,7 @@ void js_cache_thread(void *args);
* Decrements the running value, increments runcount, and updates
* lastrun
*/
void js_script_done(struct cached_data entry);
void js_script_done(struct cached_data *entry);
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment