[svn-upgrade] Integrating new upstream version, shadow (19990709)
This commit is contained in:
11
lib/getdef.h
Normal file
11
lib/getdef.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _GETDEF_H
|
||||
#define _GETDEF_H
|
||||
|
||||
/* getdef.c */
|
||||
extern int getdef_bool P_((const char *));
|
||||
extern long getdef_long P_((const char *, long));
|
||||
extern int getdef_num P_((const char *, int));
|
||||
extern char *getdef_str P_((const char *));
|
||||
extern int putdef_str P_((const char *, const char *));
|
||||
|
||||
#endif /* _GETDEF_H */
|
Reference in New Issue
Block a user