Forgot kernel file in ccubes_create() declaration.
This commit is contained in:
parent
9fa5f520b5
commit
8eccb63844
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue