1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01:00

* Refactoring.

This commit is contained in:
Eelco Dolstra 2006-08-26 16:48:01 +00:00
parent 4b66cebe7b
commit 8a6080eb14
3 changed files with 11 additions and 10 deletions

View file

@ -292,6 +292,7 @@ bool statusOk(int status);
/* Parse a string into an integer. */
string int2String(int n);
bool string2Int(const string & s, int & n);