Ignore:
Timestamp:
Sep 30, 2007, 3:42:50 AM (18 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/nsswitch/winbind_client.h

    r22 r77  
    11#include "winbind_nss_config.h"
    2 #include "winbindd_nss.h"
     2#include "winbind_struct_protocol.h"
    33
    4 void init_request(struct winbindd_request *req,int rq_type);
     4void winbindd_init_request(struct winbindd_request *req,int rq_type);
     5void winbindd_free_response(struct winbindd_response *response);
    56NSS_STATUS winbindd_send_request(int req_type, int need_priv,
    67                                 struct winbindd_request *request);
     
    1213                                          struct winbindd_request *request,
    1314                                          struct winbindd_response *response);
    14 int write_sock(void *buffer, int count, int recursing, int need_priv);
    15 int read_reply(struct winbindd_response *response);
    16 void close_sock(void);
    17 void free_response(struct winbindd_response *response);
     15int winbindd_read_reply(struct winbindd_response *response);
    1816
     17bool winbind_env_set(void);
     18bool winbind_off(void);
     19bool winbind_on(void);
     20
     21int winbind_write_sock(void *buffer, int count, int recursing, int need_priv);
     22int winbind_read_sock(void *buffer, int count);
     23void winbind_close_sock(void);
     24
     25const char *nss_err_str(NSS_STATUS ret);
Note: See TracChangeset for help on using the changeset viewer.