diff options
author | des <des@FreeBSD.org> | 2003-05-02 15:08:06 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-02 15:08:06 +0000 |
commit | 69e4c91a9aeb151a806e8ba3c53ab38f37f5e8dc (patch) | |
tree | b955e81987ebbd36890b09fa581ab99357d954bc /contrib/openpam/lib/openpam_impl.h | |
parent | 5a81fa192a3c014aa2d5841433693479b4641619 (diff) | |
parent | 1b2b5956a02e1d56168e372dc96807d70b3ca363 (diff) | |
download | FreeBSD-src-69e4c91a9aeb151a806e8ba3c53ab38f37f5e8dc.zip FreeBSD-src-69e4c91a9aeb151a806e8ba3c53ab38f37f5e8dc.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r114536,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/openpam/lib/openpam_impl.h')
-rw-r--r-- | contrib/openpam/lib/openpam_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/openpam/lib/openpam_impl.h b/contrib/openpam/lib/openpam_impl.h index 0ab2811..8921cfa 100644 --- a/contrib/openpam/lib/openpam_impl.h +++ b/contrib/openpam/lib/openpam_impl.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_impl.h#20 $ + * $P4: //depot/projects/openpam/lib/openpam_impl.h#21 $ */ #ifndef _OPENPAM_IMPL_H_INCLUDED @@ -44,6 +44,8 @@ extern const char *_pam_sm_func_name[PAM_NUM_PRIMITIVES]; extern const char *_pam_err_name[PAM_NUM_ERRORS]; extern const char *_pam_item_name[PAM_NUM_ITEMS]; +extern int _openpam_debug; + /* * Control flags */ |