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-20 13:37:51 +00:00
parent 23bb902d1f
commit 85ae781765
3 changed files with 52 additions and 41 deletions

View file

@ -216,4 +216,9 @@ void inline checkInterrupt()
}
/* String packing / unpacking. */
string packStrings(const Strings & strings);
Strings unpackStrings(const string & s);
#endif /* !__UTIL_H */