Show
Ignore:
Timestamp:
07/03/08 12:26:46 (5 months ago)
Author:
psmedley
Message:

Add missing file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/include/proto.h

    r137 r139  
    8787                                      DATA_BLOB lm_resp, DATA_BLOB nt_resp); 
    8888bool make_user_info_guest(auth_usersupplied_info **user_info) ; 
    89 NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info,  
     89NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info, 
    9090                              struct samu *sampass); 
    9191NTSTATUS create_local_token(auth_serversupplied_info *server_info); 
     
    95559555                const char *dfs_path, 
    95569556                struct junction_map *jucn); 
    9557 bool create_msdfs_link(const struct junction_map *jucn, 
    9558                 bool exists); 
     9557bool create_msdfs_link(const struct junction_map *jucn); 
    95599558bool remove_msdfs_link(const struct junction_map *jucn); 
    95609559struct junction_map *enum_msdfs_links(TALLOC_CTX *ctx, size_t *p_num_jn);