Skip to content
Snippets Groups Projects
Commit e954dcf7 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

Remove empty function declaration

parent 7a147583
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,6 @@ lbox_socket_local_resolve(const char *host, const char *port,
struct sockaddr *addr, socklen_t *socklen);
int
lbox_socket_nonblock(int fh, int mode);
int bsdsocket_sendto(int fh, const char *host, const char *port,
const void *octets, size_t len, int flags);
#if defined(__cplusplus)
} /* extern "C" */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment