[monitor_wrap.h]
     don't need incompletely-typed 'struct passwd' now with
     #include <pwd.h>; ok markus@
This commit is contained in:
Damien Miller
2006-07-24 13:55:56 +10:00
parent 2d00e63cb8
commit def915b0ff
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: monitor_wrap.h,v 1.18 2006/07/06 17:36:37 stevesk Exp $ */
/* $OpenBSD: monitor_wrap.h,v 1.19 2006/07/14 01:15:28 stevesk Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -42,7 +42,6 @@ enum mm_keytype {MM_NOKEY, MM_HOSTKEY, MM_USERKEY, MM_RSAHOSTKEY, MM_RSAUSERKEY}
struct monitor;
struct mm_master;
struct passwd;
struct Authctxt;
int mm_is_monitor(void);