diff options
Diffstat (limited to 'src/libfast/session.h')
-rw-r--r-- | src/libfast/session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libfast/session.h b/src/libfast/session.h index f60fa9ef2..acbab8964 100644 --- a/src/libfast/session.h +++ b/src/libfast/session.h @@ -70,6 +70,7 @@ struct session_t { * Create a session new session. * * @param context user defined session context instance + * @return client session, NULL on error */ session_t *session_create(context_t *context); |