1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00

* Refactoring.

This commit is contained in:
Eelco Dolstra 2004-06-22 08:50:25 +00:00
parent 88fb4f6e53
commit c4cb6ea2bc
4 changed files with 25 additions and 20 deletions

View file

@ -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 */