mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
473 B
17 lines
473 B
[ implicit_handle( handle_t nntp_bhandle ) ]
|
|
|
|
interface nntp
|
|
|
|
{
|
|
|
|
typedef [allocate(all_nodes)] LPI_NNTP_CONFIG_INFO;
|
|
typedef [allocate(all_nodes)] LPNNTP_STATISTICS_0;
|
|
typedef [allocate(all_nodes)] LPI_FEED_INFO;
|
|
typedef [allocate(all_nodes)] LPNNTP_SESSION_INFO;
|
|
typedef [allocate(all_nodes)] LPI_EXPIRE_INFO;
|
|
typedef [allocate(all_nodes)] LPI_NEWSGROUP_INFO;
|
|
typedef [allocate(all_nodes)] LPNNTP_FIND_LIST;
|
|
typedef [allocate(all_nodes)] LPI_NNTPBLD_INFO;
|
|
|
|
}
|
|
|