oopsies
This commit is contained in:
11
src/Config.h
Normal file
11
src/Config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
typedef struct {
|
||||
char host[256];
|
||||
int port;
|
||||
} Config;
|
||||
|
||||
int load_config(const char *filename, Config *config);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user