ObjFW  Check-in [722b6213c0]

Overview
Comment:Use char* instead of uint8_t* for OFStreams and OFHashes.
This way, less casts are needed when using C libraries.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 722b6213c04a219cd6ed3ca37579e16b82d75bf14f087416ce86bd3ba7684053
User & Date: js on 2009-04-09 13:55:55
Other Links: manifest | tags
Context
2009-04-10
00:52
Fix warnings on Leopard in OFConstString.
As there are no warnings anymore, reintroduce -Werror.
check-in: 72af773f72 user: js tags: trunk
2009-04-09
13:55
Use char* instead of uint8_t* for OFStreams and OFHashes.
This way, less casts are needed when using C libraries.
check-in: 722b6213c0 user: js tags: trunk
2009-04-08
17:11
Ouch. Really. Fixed recursion loop in OFExceptions. check-in: 0c8a28c5ac user: js tags: trunk
Changes