Added and implemented Silc DIR API.
[crypto.git] / lib / silcutil / silcerrno.h
index ebf329285fba82bd89e4872e2dfbe93f1869882d..f4760d8a861b2a146aa69371bd6faa4b8a411987 100644 (file)
@@ -44,7 +44,7 @@
  * // Get the detailed reason for the error too
  * if (silc_some_routine() == FALSE) {
  *   fprintf(stderr, "%s (%d) (%s)", silc_errno_string(silc_errno),
- *          silc_errno, silc_errno_reason);
+ *          silc_errno, silc_errno_reason());
  *   exit(1);
  * }
  *