diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h new file mode 100644 index 00000000..d19944cc --- /dev/null +++ b/include/util.h @@ -0,0 +1,7 @@ +#ifndef INCLUDE_UTIL_H +#define INCLUDE_UTIL_H +int passwd_mmap(void); +int passwd_apply(int (*fptr)(userec_t *)); +int passwd_apply2(int (*fptr)(int, userec_t *)); + +#endif // INCLUDE_UTIL_H |