$NetBSD: patch-ad,v 1.2.12.1 2007/06/28 10:49:45 ghen Exp $

Part of fix for CVE-2007-2165 grabbed from upstream #2922.

--- include/auth.h.orig	2007-06-27 01:13:43.000000000 +0200
+++ include/auth.h
@@ -1,6 +1,6 @@
 /*
  * ProFTPD - FTP server daemon
- * Copyright (c) 2004-2005 The ProFTPD Project team
+ * Copyright (c) 2004-2007 The ProFTPD Project team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -86,6 +86,7 @@ int pr_auth_requires_pass(pool *, const 
 config_rec *pr_auth_get_anon_config(pool *p, char **, char **, char **);
 
 /* For internal use only. */
+int init_auth(void);
 int set_groups(pool *, gid_t, array_header *);
 
 #endif /* PR_MODULES_H */
