X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcfsm.h;h=3b1a0d4bed8cf8e0fd006d21403d7e80b7fb4e9a;hp=503b8f43eafebff4ad8f81992582c095dca56e66;hb=f449c0a95327fd4e60a5b9d3c9d50fae0f8d835a;hpb=60180da59ffdbbd12058dded66e3c8a547cd0852 diff --git a/lib/silcutil/silcfsm.h b/lib/silcutil/silcfsm.h index 503b8f43..3b1a0d4b 100644 --- a/lib/silcutil/silcfsm.h +++ b/lib/silcutil/silcfsm.h @@ -405,7 +405,7 @@ do { \ * is the caller's scheduler and the FSM will be run in the scheduler. * If `schedule' is NULL this will call silc_schedule_get_global to try * get global scheduler. Returns NULL on error or if system is out of - * memory. + * memory and sets silc_errno. * * EXAMPLE * @@ -487,7 +487,7 @@ SilcBool silc_fsm_init(SilcFSM fsm, * then the thread will actually be executed in real thread, if platform * supports them. The `thread_context' is delivered to every state * function in the thread. Returns NULL on error or if the system is out - * of memory. + * of memory and sets silc_errno. * * NOTES *