xK/src
Přemysl Eric Janouch 2921eed702 Rip out error codes
As it turns out, they're rather annoying to maintain, and we don't even need
them.  They also clutter the code unnecessarily in their current form.

If it ever comes to having to have them, let's make another version of
error_set(), maybe error_set_with_code(), that makes it possible to also set
an integer within `struct error'.

The only problem with the above solution is when we aggregate errors from
multiple functions (be it by calling one after another, or through nesting of
functions that may return an error).

But let's care about that when the time comes for it.
2014-07-16 00:53:59 +02:00
..
common.c Rip out error codes 2014-07-16 00:53:59 +02:00
kike.c Rip out error codes 2014-07-16 00:53:59 +02:00
siphash.c Initial commit 2014-07-05 01:28:16 +02:00
siphash.h Initial commit 2014-07-05 01:28:16 +02:00
zyklonb.c Rip out error codes 2014-07-16 00:53:59 +02:00