diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 13:53:18 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 13:53:18 +0000 |
commit | 5a0d7856dc265580cebaa833e0367d03ef21bbc3 (patch) | |
tree | ebd127d25b3658d3f0417cdb1706e0049a9a28de /src/hash.h | |
parent | 997f13ec4791adcda91cd4db41cdb5962b73d47d (diff) | |
download | libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.gz libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.bz2 libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.xz libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.zip |
Woo, changed the name of Achable to Archival, I dig that, and added the ground-
work for the SSocket, that should be cool.
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ | |||
8 | #include <list> | 8 | #include <list> |
9 | #include <utility> | 9 | #include <utility> |
10 | #include "exceptionbase.h" | 10 | #include "exceptionbase.h" |
11 | #include "archable.h" | 11 | #include "archival.h" |
12 | #include "archive.h" | 12 | #include "archive.h" |
13 | 13 | ||
14 | #define bitsToBytes( n ) (n/32+(n%32>0 ? 1 : 0)) | 14 | #define bitsToBytes( n ) (n/32+(n%32>0 ? 1 : 0)) |