summaryrefslogtreecommitdiffhomepage
path: root/plop.c
diff options
context:
space:
mode:
Diffstat (limited to 'plop.c')
-rw-r--r--plop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plop.c b/plop.c
index 9b6d8f5..ee24634 100644
--- a/plop.c
+++ b/plop.c
@@ -40,7 +40,7 @@ lua_State * plop_initialize_lua(void)
/// \return File descriptor of the socket or -1 in case of an error
/// \see getaddrinfo(3)
// TODO: Handle UNIX sockets
-int plop_make_server(const char * node, const char * service)
+int open_server(const char * node, const char * service)
{
struct addrinfo hints = {
.ai_family = AF_UNSPEC,