aboutsummaryrefslogtreecommitdiff
path: root/src/copyjit.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-02 20:54:08 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-02 20:54:08 +0300
commit9251fddfdfb11b9e1b2dff643aa20ec82e9f7036 (patch)
treefa6045ac60ab66cfd04b820d50b9f92f86f2bfc7 /src/copyjit.h
parent6c12792402503705bf921d56ea3b309408bb417a (diff)
downloadcopyjit-9251fddfdfb11b9e1b2dff643aa20ec82e9f7036.tar.gz
copyjit-9251fddfdfb11b9e1b2dff643aa20ec82e9f7036.zip
add return values to main loop
Diffstat (limited to 'src/copyjit.h')
-rw-r--r--src/copyjit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copyjit.h b/src/copyjit.h
index 6c0a247..d752144 100644
--- a/src/copyjit.h
+++ b/src/copyjit.h
@@ -32,6 +32,6 @@ void *compile_sly(ctx_t *ctx, unsigned long i);
void compile_start(ctx_t *ctx);
void compile_finish(ctx_t *ctx);
-void run(ctx_t *ctx);
+unsigned long run(ctx_t *ctx);
#endif /* HMMJIT_H */