initial commit
This commit is contained in:
commit
be5007d57c
23 changed files with 1013 additions and 0 deletions
15
include/conf.h
Normal file
15
include/conf.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief attempt to find the config path
|
||||
*
|
||||
* @return the path
|
||||
*/
|
||||
char *conf_config_path(void);
|
||||
|
||||
/**
|
||||
* @brief attempt to find the state path
|
||||
*
|
||||
* @return the path
|
||||
*/
|
||||
char *conf_state_path(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue