summaryrefslogblamecommitdiffstats
path: root/include/util.h
blob: d19944cc19bc61439866b65a1e18df3cf37a9399 (plain) (tree)
1
2
3
4
5
6
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