summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass/general.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-05-09 04:05:37 +0000
committerGerald Carter <jerry@samba.org>2002-05-09 04:05:37 +0000
commit9ac3ca512a4d6a99848c708d1b83adcb0d452b59 (patch)
tree75fd2b0c09edde0446a6e85c625d11652f17ca2e /source3/pam_smbpass/general.h
parent6337369a903b07ef42c050f77d439d8b11b7f6bf (diff)
downloadsamba-9ac3ca512a4d6a99848c708d1b83adcb0d452b59.tar.gz
samba-9ac3ca512a4d6a99848c708d1b83adcb0d452b59.tar.bz2
samba-9ac3ca512a4d6a99848c708d1b83adcb0d452b59.zip
compile fixes; needs testing
(This used to be commit a3f68a963c0dc5ba5e8601633e9b532fa32145cd)
Diffstat (limited to 'source3/pam_smbpass/general.h')
-rw-r--r--source3/pam_smbpass/general.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/pam_smbpass/general.h b/source3/pam_smbpass/general.h
index 0291146cbb..4f13d60131 100644
--- a/source3/pam_smbpass/general.h
+++ b/source3/pam_smbpass/general.h
@@ -121,3 +121,10 @@ struct _pam_failed_auth {
char *agent; /* attempt from user with name */
int count; /* number of failures so far */
};
+
+/*
+ * General use functions go here
+ */
+
+/* from support.c */
+int make_remark(pam_handle_t *, unsigned int, int, const char *);