summaryrefslogtreecommitdiff
path: root/src/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers.h')
-rw-r--r--src/handlers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handlers.h b/src/handlers.h
index decbe59da..715db3483 100644
--- a/src/handlers.h
+++ b/src/handlers.h
@@ -14,5 +14,6 @@ void handle_code_cache(Deno* d, uint32_t cmd_id, const char* filename,
void handle_timer_start(Deno* d, uint32_t cmd_id, uint32_t timer_id,
bool interval, uint32_t delay);
void handle_timer_clear(Deno* d, uint32_t cmd_id, uint32_t timer_id);
+void handle_read_file_sync(Deno* d, uint32_t cmd_id, const char* filename);
} // extern "C"
#endif // HANDLERS_H_