32 lines
594 B
Modula-2
32 lines
594 B
Modula-2
|
LIBRARY NNTPAPI
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
NntpGetAdminInformation
|
||
|
NntpSetAdminInformation
|
||
|
NntpEnumerateSessions
|
||
|
NntpTerminateSession
|
||
|
NntpEnumerateFeeds
|
||
|
NntpGetFeedInformation
|
||
|
NntpSetFeedInformation
|
||
|
NntpAddFeed
|
||
|
NntpDeleteFeed
|
||
|
NntpEnableFeed
|
||
|
NntpQueryStatistics
|
||
|
NntpClearStatistics
|
||
|
NntpEnumerateExpires
|
||
|
NntpAddExpire
|
||
|
NntpDeleteExpire
|
||
|
NntpGetExpireInformation
|
||
|
NntpSetExpireInformation
|
||
|
NntpGetNewsgroup
|
||
|
NntpGetVRootWin32Error
|
||
|
NntpSetNewsgroup
|
||
|
NntpCreateNewsgroup
|
||
|
NntpDeleteNewsgroup
|
||
|
NntpFindNewsgroup
|
||
|
NntpStartRebuild
|
||
|
NntpGetBuildStatus
|
||
|
NntpCancelMessageID
|
||
|
|