nts: fix comment about message handler
This commit is contained in:
parent
a3436c26f0
commit
72ee80debe
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
typedef struct NKSN_Instance_Record *NKSN_Instance;
|
typedef struct NKSN_Instance_Record *NKSN_Instance;
|
||||||
|
|
||||||
/* Handler for received NTS-KE messages. A non-zero return code stops
|
/* Handler for received NTS-KE messages. A zero return code stops
|
||||||
the session. */
|
the session. */
|
||||||
typedef int (*NKSN_MessageHandler)(void *arg);
|
typedef int (*NKSN_MessageHandler)(void *arg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue