mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
* Refactoring.
This commit is contained in:
parent
23bb902d1f
commit
85ae781765
3 changed files with 52 additions and 41 deletions
|
@ -216,4 +216,9 @@ void inline checkInterrupt()
|
|||
}
|
||||
|
||||
|
||||
/* String packing / unpacking. */
|
||||
string packStrings(const Strings & strings);
|
||||
Strings unpackStrings(const string & s);
|
||||
|
||||
|
||||
#endif /* !__UTIL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue