summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-19 15:25:29 +1100
committerDamien Miller <djm@mindrot.org>2002-02-19 15:25:29 +1100
commita93c6d87ef75a23cfbdb30f0a5821ae54300895f (patch)
tree464771631d2a637292c9dcbea656e98c98a99f91 /auth.h
parentb0462114834f6673f5bb767cbdafe48dafa8a1e4 (diff)
downloadopenssh-git-a93c6d87ef75a23cfbdb30f0a5821ae54300895f.tar.gz
- millert@cvs.openbsd.org 2002/02/17 19:42:32
[auth.h] Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/auth.h b/auth.h
index 6db5b6e5..84192809 100644
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: auth.h,v 1.27 2002/02/16 21:27:53 millert Exp $
+ * $OpenBSD: auth.h,v 1.28 2002/02/17 19:42:32 millert Exp $
*/
#ifndef AUTH_H
#define AUTH_H
@@ -80,9 +80,8 @@ struct KbdintDevice
{
const char *name;
void* (*init_ctx)(Authctxt*);
- int (*query) __P((void *ctx, char **name, char **infotxt,
- u_int *numprompts, char ***prompts,
- u_int **echo_on));
+ int (*query)(void *ctx, char **name, char **infotxt,
+ u_int *numprompts, char ***prompts, u_int **echo_on);
int (*respond)(void *ctx, u_int numresp, char **responses);
void (*free_ctx)(void *ctx);
};