loudmouth/lm-internals.h
changeset 308 7e2050a6df75
parent 292 bb7269466be2
child 407 4401f2aa0692
equal deleted inserted replaced
307:f169e9281745 308:7e2050a6df75
   106 void             _lm_sock_get_error               (LmSocketT               sock, 
   106 void             _lm_sock_get_error               (LmSocketT               sock, 
   107 						   void                  *error, 
   107 						   void                  *error, 
   108 						   socklen_t             *len);
   108 						   socklen_t             *len);
   109 const gchar *    _lm_sock_get_error_str           (int                    err);
   109 const gchar *    _lm_sock_get_error_str           (int                    err);
   110 const gchar *    _lm_sock_addrinfo_get_error_str  (int                    err);
   110 const gchar *    _lm_sock_addrinfo_get_error_str  (int                    err);
       
   111 gchar       *    _lm_sock_get_local_host          (LmSocketT              sock);
   111 
   112 
   112 #ifdef USE_TCP_KEEPALIVES
   113 #ifdef USE_TCP_KEEPALIVES
   113 gboolean         _lm_sock_set_keepalive (LmSocketT sock, int delay);
   114 gboolean         _lm_sock_set_keepalive (LmSocketT sock, int delay);
   114 #endif /* USE_TCP_KEEPALIVES */
   115 #endif /* USE_TCP_KEEPALIVES */
   115 
   116