diff options
| author | Drew DeVault <sir@cmpwn.com> | 2020-09-23 14:19:28 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2020-09-23 14:19:28 -0400 |
| commit | da9db7bc46db0cb675635594c7c207e232a2da63 (patch) | |
| tree | b9ec7137c1a3408524a606c10f9ce719898ee04e /include/config.h | |
| parent | f88d817dcac470b4f3f531453d2e7b255e85cf68 (diff) | |
| download | gmnisrv-da9db7bc46db0cb675635594c7c207e232a2da63.tar.gz gmnisrv-da9db7bc46db0cb675635594c7c207e232a2da63.tar.xz gmnisrv-da9db7bc46db0cb675635594c7c207e232a2da63.zip | |
Implement basic server event loop
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
