Forgot kernel file in ccubes_create() declaration.

This commit is contained in:
Paul Irofti 2025-03-29 16:51:06 +02:00
parent 9fa5f520b5
commit 8eccb63844
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
struct ccubes_context *
ccubes_create(char *ccubes_kernel_file)
ccubes_create(const char *ccubes_kernel_file)
{
struct ccubes_context *ctx = NULL;
int rc = 0;

View file

@ -78,7 +78,7 @@ struct ccubes_context {
};
struct ccubes_context *
ccubes_create();
ccubes_create(const char *ccubes_kernel_file);
int
ccubes_do_tasks(struct ccubes_context *ccubesctx,