diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-02 20:54:08 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-02 20:54:08 +0300 |
| commit | 9251fddfdfb11b9e1b2dff643aa20ec82e9f7036 (patch) | |
| tree | fa6045ac60ab66cfd04b820d50b9f92f86f2bfc7 /src/copyjit.h | |
| parent | 6c12792402503705bf921d56ea3b309408bb417a (diff) | |
| download | copyjit-9251fddfdfb11b9e1b2dff643aa20ec82e9f7036.tar.gz copyjit-9251fddfdfb11b9e1b2dff643aa20ec82e9f7036.zip | |
add return values to main loop
Diffstat (limited to 'src/copyjit.h')
| -rw-r--r-- | src/copyjit.h | 2 |
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 */ |
