s4:lib/tevent: rename structs
[samba.git] / source4 / lib / tls / tls.h
index e6aa8f0e1afdd97be5c9051d8bd2c89e2d237c1a..c5bd5c87cc13a0cd774a5e47da13daf1556489ac 100644 (file)
@@ -42,14 +42,14 @@ struct tls_params *tls_initialise(TALLOC_CTX *mem_ctx, struct loadparm_context *
 */
 struct socket_context *tls_init_server(struct tls_params *parms,
                                    struct socket_context *sock, 
-                                   struct fd_event *fde,
+                                   struct tevent_fd *fde,
                                    const char *plain_chars);
 
 /*
   call tls_init_client() on each new client connection
 */
 struct socket_context *tls_init_client(struct socket_context *sock, 
-                                   struct fd_event *fde,
+                                   struct tevent_fd *fde,
                                    const char *cafile);
 
 /*