diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-20T13·37+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-20T13·37+0000 |
commit | 85ae78176520fbba0420e5dc772d76144b564605 (patch) | |
tree | 17d0b75cf1d6cd00e5c9ce1e61c4ecbdf55b885a /src/libutil/util.hh | |
parent | 23bb902d1f65831d74a33051fdb8c0230b7a3e37 (diff) |
* Refactoring.
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index dcd0bf766cc7..e808f4e1b50b 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -216,4 +216,9 @@ void inline checkInterrupt() } +/* String packing / unpacking. */ +string packStrings(const Strings & strings); +Strings unpackStrings(const string & s); + + #endif /* !__UTIL_H */ |