home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Networking / SambaManager / DomainLogin.h < prev    next >
Encoding:
Text File  |  1997-12-09  |  205 b   |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface DomainLogin:Object
  5. {
  6.         char    *userName;
  7.         char     *password;
  8. }
  9.  
  10. - (BOOL)authenticate:(void *)handle;
  11. - free;
  12. - init:(const char *)user passwd:(const char *)passwd;
  13. @end
  14.