loudmouth/lm-socket.h
changeset 291 cebf76f7f0e9
parent 275 37937c612f62
child 292 bb7269466be2
equal deleted inserted replaced
290:4ab72c1064e9 291:cebf76f7f0e9
    67 LmSocket *  lm_socket_ref                 (LmSocket       *socket);
    67 LmSocket *  lm_socket_ref                 (LmSocket       *socket);
    68 void        lm_socket_unref               (LmSocket       *socket);
    68 void        lm_socket_unref               (LmSocket       *socket);
    69 #ifdef HAVE_ASYNCNS
    69 #ifdef HAVE_ASYNCNS
    70 void	    _asyncns_cancel               (LmSocket *socket);
    70 void	    _asyncns_cancel               (LmSocket *socket);
    71 #endif
    71 #endif
    72 gboolean    lm_socket_starttls            (LmSocket *socket, LmSSL *ssl);
    72 gboolean    lm_socket_starttls            (LmSocket *socket);
    73 
    73 
    74 #endif /* __LM_SOCKET_H__ */
    74 #endif /* __LM_SOCKET_H__ */
    75 
    75