18 lines
490 B
Plaintext
18 lines
490 B
Plaintext
[ 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;
|
|
|
|
}
|
|
|