| 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 |
| |
61 NSAPISession* nsapisession_create(pool_handle_t *pool); |
| |
62 int nsapisession_setconnection(NSAPISession *sn, Connection *conn, netbuf *inbuf, IOStream **io); |
| |
63 int nsapisession_set_stream(NSAPISession *sn, SYS_NETFD csd); |
| |
64 |
| 57 NSAPI_PUBLIC char *session_dns_lookup(Session *s, int verify); |
65 NSAPI_PUBLIC char *session_dns_lookup(Session *s, int verify); |
| 58 |
66 |
| 59 /* new functions */ |
67 /* new functions */ |
| 60 |
68 |
| 61 // get the server configuration of this session |
69 // get the server configuration of this session |