Added SILC errno API. Added SilcResult, generic error code and
authorPekka Riikonen <priikone@silcnet.org>
Sat, 22 Dec 2007 18:03:49 +0000 (18:03 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 22 Dec 2007 18:03:49 +0000 (18:03 +0000)
return value type.  Added global silc_errno that returns last
error in that thread.

Deprecated SilcSocketStreamStatus, SilcResult replaces it.
Backwards support remains.

Deprecated SilcNetStatus, SilcResult replaces it.  Backwards
support remains.

Added errno setting to almost all Runtime Tooolkit routines
in error conditions.


No differences found