diff options
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 */ |
