Changeset 139 for trunk/samba/source/include/proto.h
- Timestamp:
- 07/03/08 12:26:46 (5 months ago)
- Files:
-
- 1 modified
-
trunk/samba/source/include/proto.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/include/proto.h
r137 r139 87 87 DATA_BLOB lm_resp, DATA_BLOB nt_resp); 88 88 bool make_user_info_guest(auth_usersupplied_info **user_info) ; 89 NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info, 89 NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info, 90 90 struct samu *sampass); 91 91 NTSTATUS create_local_token(auth_serversupplied_info *server_info); … … 9555 9555 const char *dfs_path, 9556 9556 struct junction_map *jucn); 9557 bool create_msdfs_link(const struct junction_map *jucn, 9558 bool exists); 9557 bool create_msdfs_link(const struct junction_map *jucn); 9559 9558 bool remove_msdfs_link(const struct junction_map *jucn); 9560 9559 struct junction_map *enum_msdfs_links(TALLOC_CTX *ctx, size_t *p_num_jn);
