summaryrefslogtreecommitdiffstats
path: root/src/barebox-state.h
blob: a0f49a549649768daf32fc84b39a433185dd2906 (plain)
1
2
3
4
5
6
7
#ifndef __BAREBOX_STATE__
#define __BAREBOX_STATE__

struct state *state_get(const char *name, const char *file, bool readonly, bool auth);
char *state_get_var(struct state *state, const char *var);

#endif /* __BAREBOX_STATE__ */