]> www.average.org Git - pulsecounter.git/blob - linux/dbstore.h
keep database config in a separate file
[pulsecounter.git] / linux / dbstore.h
1 #ifndef _DBSTORE_H
2 #define _DBSTORE_H
3
4 extern int dbconfig(char *conffile);
5 extern int dbstore(uint8_t which, uint32_t val);
6
7 #endif