mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
C API: use bool argument consistently
This commit is contained in:
parent
d5ec1d0617
commit
415583a500
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ typedef struct NixCExternalValueDesc
|
||||||
* or setting it to the empty string, will make the conversion throw an error.
|
* or setting it to the empty string, will make the conversion throw an error.
|
||||||
*/
|
*/
|
||||||
void (*printValueAsJSON)(
|
void (*printValueAsJSON)(
|
||||||
void * self, EvalState *, int strict, nix_string_context * c, bool copyToStore, nix_string_return * res);
|
void * self, EvalState *, bool strict, nix_string_context * c, bool copyToStore, nix_string_return * res);
|
||||||
/**
|
/**
|
||||||
* @brief Convert the external value to XML
|
* @brief Convert the external value to XML
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue