home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Networking
/
SambaManager
/
DomainLogin.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-09
|
205 b
|
14 lines
#import <appkit/appkit.h>
@interface DomainLogin:Object
{
char *userName;
char *password;
}
- (BOOL)authenticate:(void *)handle;
- free;
- init:(const char *)user passwd:(const char *)passwd;
@end