From beab4f743429525add08cd22341470c972cb01be Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 24 Aug 2020 18:57:02 +0200 Subject: Added prefix to plop functions --- plop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plop.h') diff --git a/plop.h b/plop.h index 78c307c..5b8e387 100644 --- a/plop.h +++ b/plop.h @@ -6,7 +6,7 @@ #include "request.h" -int make_server(const char *, const char *); -int load_handler(lua_State *, const char *); -int handle_client(lua_State *, struct epoll_event *); -int handle_server(lua_State *, const int, const int); +int plop_make_server(const char *, const char *); +int plop_load_handler(lua_State *, const char *); +int plop_handle_client(lua_State *, struct epoll_event *); +int plop_handle_server(lua_State *, const int, const int); -- cgit v1.1