Fixed a dozen typos. Completed the insert statement

This commit is contained in:
2017-09-07 17:45:25 +02:00
parent f4d1f248f7
commit 95bd30ec63
5 changed files with 15 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ int cfgreadpinamount(void);
int cfgreadsensornodes(sensornode *nodes, int nodecount);
int cfgreadcompareidamount(void); //currently unused but will be necessary if there'll be any node filters
int cfgreadcompareidvalue(int element); //same
char *cfgreadDatabaseUser(void);
const char *cfgreadDatabaseUser(void);
int cfgreadNodeRefreshRate(void);
#endif