From da9db7bc46db0cb675635594c7c207e232a2da63 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 23 Sep 2020 14:19:28 -0400 Subject: Implement basic server event loop --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index dec0e15..9455c2b 100644 --- a/include/config.h +++ b/include/config.h @@ -31,6 +31,6 @@ int load_config(struct gmnisrv_config *conf, const char *path); void config_finish(struct gmnisrv_config *conf); struct gmnisrv_host *gmnisrv_config_get_host( - struct gmnisrv_config *conf, const char *hostname); + struct gmnisrv_config *conf, const char *hostname); #endif -- cgit v1.2.3