Type Definition gnunet_sys::GNUNET_GenericReturnValue[][src]

type GNUNET_GenericReturnValue = c_int;

Named constants for return values. The following invariants hold: GNUNET_NO == 0 (to allow if (GNUNET_NO)) GNUNET_OK != GNUNET_SYSERR, GNUNET_OK != GNUNET_NO, GNUNET_NO != GNUNET_SYSERR and finally GNUNET_YES != GNUNET_NO.