mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
nix_store_realise: Improve typing of store path
Use `StorePath *` not `const char *`.
This commit is contained in:
parent
fa76b6e215
commit
f6bc47bc50
2 changed files with 4 additions and 4 deletions
|
|
@ -190,7 +190,7 @@ nix_err nix_store_realise(
|
|||
Store * store,
|
||||
StorePath * path,
|
||||
void * userdata,
|
||||
void (*callback)(void * userdata, const char * outname, const char * out));
|
||||
void (*callback)(void * userdata, const char * outname, const StorePath * out));
|
||||
|
||||
/**
|
||||
* @brief get the version of a nix store.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue