mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
C API: Value -> nix_value
This commit is contained in:
parent
afdd12be5e
commit
0b56c98b1c
5 changed files with 29 additions and 5 deletions
|
@ -36,7 +36,8 @@ typedef struct EvalState EvalState; // nix::EvalState
|
|||
* @struct Value
|
||||
* @see value_manip
|
||||
*/
|
||||
typedef void Value; // nix::Value
|
||||
typedef struct nix_value nix_value;
|
||||
[[deprecated("use nix_value instead")]] typedef nix_value Value;
|
||||
|
||||
// Function prototypes
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue