adjust naming convention and initial config support
This commit is contained in:
7
include/utils/config.h
Normal file
7
include/utils/config.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef CWS_CONFIG_H
|
||||
#define CWS_CONFIG_H
|
||||
|
||||
typedef struct cws_config_t {
|
||||
} cws_config;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user