diff options
| -rw-r--r-- | lib/include/server.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/include/server.h b/lib/include/server.h index 1c23f61..c8eff9c 100644 --- a/lib/include/server.h +++ b/lib/include/server.h @@ -47,6 +47,7 @@ struct ostp_client {  struct ostp_listener {      int(*on_recv)(struct ostp_client *c, const void *buf, size_t len); +    int(*on_connect)(struct ostp_client *c);      int port;      /* -- Private -- */ | 
