#ifndef SMB_H
#define SMB_H

int smbmount(char *server, char *share, char *user,
	     char* password, char *client, char *mount_point);
 
int smbGetSetup(char ** finalHostptr, char ** finalDirptr, 
		char ** finalAcctptr, char ** finalPwptr);

#endif
