12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
|
[ implicit_handle( handle_t ftp_bhandle )]
|
||
|
|
||
|
interface ftpsvc
|
||
|
|
||
|
{
|
||
|
|
||
|
typedef [allocate(all_nodes)] LPFTP_USER_INFO;
|
||
|
typedef [allocate(all_nodes)] LPFTP_CONFIG_INFO;
|
||
|
|
||
|
}
|
||
|
|