mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
* Refactoring.
This commit is contained in:
parent
88fb4f6e53
commit
c4cb6ea2bc
4 changed files with 25 additions and 20 deletions
|
@ -221,4 +221,9 @@ string packStrings(const Strings & strings);
|
|||
Strings unpackStrings(const string & s);
|
||||
|
||||
|
||||
/* Convert the exit status of a child as returned by wait() into an
|
||||
error string. */
|
||||
string statusToString(int status);
|
||||
|
||||
|
||||
#endif /* !__UTIL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue