~ubuntu-branches/ubuntu/jaunty/libfilesys-smbclient-perl/jaunty

« back to all changes in this revision

Viewing changes to libauthSamba.h

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf
  • Date: 2003-12-19 11:50:50 UTC
  • Revision ID: james.westby@ubuntu.com-20031219115050-s9adj54r0xmquuhh
Tags: upstream-1.5
ImportĀ upstreamĀ versionĀ 1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
void set_fn( char *workgroup,
 
2
             char *username,
 
3
             char *password);
 
4
 
 
5
 
 
6
void auth_fn(const char *server, 
 
7
             const char *share,
 
8
             char *workgroup, int wgmaxlen,
 
9
             char *username, int umaxlen,
 
10
             char *password, int pwmaxlen);