summaryrefslogblamecommitdiffstats
path: root/login-utils/logindefs.h
blob: 37d19e1f72096e460d88be4dde04be5f6c329066 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                        
#ifndef UTIL_LINUX_LOGINDEFS_H
#define UTIL_LINUX_LOGINDEFS_H

extern int getlogindefs_bool(const char *name, int dflt);
extern long getlogindefs_num(const char *name, long dflt);
extern const char *getlogindefs_str(const char *name, const char *dflt);
extern void free_getlogindefs_data(void);

#endif /* UTIL_LINUX_LOGINDEFS_H */