summaryrefslogtreecommitdiffstats
path: root/src/barebox-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/barebox-state.h')
-rw-r--r--src/barebox-state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/barebox-state.h b/src/barebox-state.h
index 00c758f..bd89cf4 100644
--- a/src/barebox-state.h
+++ b/src/barebox-state.h
@@ -1,7 +1,7 @@
#ifndef __BAREBOX_STATE__
#define __BAREBOX_STATE__
-struct state *state_get(const char *name, bool readonly);
+struct state *state_get(const char *name, bool readonly, bool auth);
char *state_get_var(struct state *state, const char *var);
#endif /* __BAREBOX_STATE__ */