summaryrefslogtreecommitdiffstats
path: root/fpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpm.h')
-rw-r--r--fpm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fpm.h b/fpm.h
index 0ea98df..fd3b05c 100644
--- a/fpm.h
+++ b/fpm.h
@@ -15,6 +15,8 @@ struct fpm_config {
uint8_t fpm_init(void);
-uint8_t fpm_get_config(struct fpm_config *cfg);
+uint8_t fpm_getcfg(struct fpm_config *cfg);
+
+uint8_t fpm_setpwd();
#endif /* FPM_H */