Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/include/async_smb.h

    r414 r596  
    6969                                          uint8_t *plevel);
    7070
     71struct tevent_req *cli_session_request_send(TALLOC_CTX *mem_ctx,
     72                                            struct tevent_context *ev,
     73                                            int sock,
     74                                            const struct nmb_name *called,
     75                                            const struct nmb_name *calling);
     76bool cli_session_request_recv(struct tevent_req *req, int *err, uint8_t *resp);
     77
    7178#endif
Note: See TracChangeset for help on using the changeset viewer.