]> git.ipfire.org Git - thirdparty/util-linux.git/blob - login-utils/logindefs.h
chfn: fix use-after-free [coverity scan]
[thirdparty/util-linux.git] / login-utils / logindefs.h
1 #ifndef UTIL_LINUX_LOGINDEFS_H
2 #define UTIL_LINUX_LOGINDEFS_H
3
4 extern int getlogindefs_bool(const char *name, int dflt);
5 extern long getlogindefs_num(const char *name, long dflt);
6 extern const char *getlogindefs_str(const char *name, const char *dflt);
7 extern void free_getlogindefs_data(void);
8
9 #endif /* UTIL_LINUX_LOGINDEFS_H */