Now can read from predefined restore file at /var/tmp/rexbacklight.json

This commit is contained in:
rexy712
2018-12-01 08:36:56 -08:00
parent e1b2bb8ce9
commit 904abe3294
4 changed files with 133 additions and 35 deletions

View File

@@ -29,6 +29,7 @@
#define RETVAL_MEM_ERROR 6
#define RETVAL_INTERNAL_ERROR 7
#define RETVAL_SUCCESS EXIT_SUCCESS
extern int return_value;
void mem_error(void);