less warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@894 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -175,4 +175,14 @@ void mini_inetd (int port);
|
||||
#define LOG_AUTHPRIV LOG_AUTH
|
||||
#endif
|
||||
|
||||
#ifdef NEED_OPTARG_DECLARATION
|
||||
extern char *optarg;
|
||||
#endif
|
||||
#ifdef NEED_OPTIND_DECLARATION
|
||||
extern int optind;
|
||||
#endif
|
||||
#ifdef NEED_OPTERR_DECLARATION
|
||||
extern int opterr;
|
||||
#endif
|
||||
|
||||
#endif /* __ROKEN_H__ */
|
||||
|
Reference in New Issue
Block a user