Next: , Previous: Structures Reference, Up: Structures Reference


8.1 struct listserv

struct listserv is an opaque structure, that contains connection data to listserv and has pointers to the memory allocated by liblistserv.

You can use (char*)listserv.email, (char*)listserv.password, (int)listserv.port and (struct addrinfo*)listserv.addrres to see where liblistserv connects.