| 52 int cursize; |
52 int cursize; |
| 53 |
53 |
| 54 ServerConfiguration *config; |
54 ServerConfiguration *config; |
| 55 }; |
55 }; |
| 56 |
56 |
| 57 typedef struct IOStreamConnection { |
|
| 58 |
|
| 59 } IOStreamConnection; |
|
| 60 |
57 |
| 61 NSAPISession* nsapisession_create(pool_handle_t *pool); |
58 NSAPISession* nsapisession_create(pool_handle_t *pool); |
| 62 int nsapisession_setconnection(NSAPISession *sn, Connection *conn, netbuf *inbuf, IOStream **io); |
59 int nsapisession_setconnection(NSAPISession *sn, Connection *conn, netbuf *inbuf, IOStream **io); |
| 63 int nsapisession_set_stream(NSAPISession *sn, SYS_NETFD csd); |
60 int nsapisession_set_stream(NSAPISession *sn, SYS_NETFD csd); |
| 64 |
61 |