aboutsummaryrefslogtreecommitdiff
path: root/tests/mock_pam.h
diff options
context:
space:
mode:
authorIftikhar Ahmad <iftikhar.ahmad@gmail.com>2013-03-19 12:25:39 +0500
committerIftikhar Ahmad <iftikhar.ahmad@gmail.com>2013-03-19 12:25:39 +0500
commit788858a758cb0db992247299c4b430ba603196e2 (patch)
tree61609190fa33a0f3c2b52c6cf0176ce641f9e131 /tests/mock_pam.h
parent749ee321ed3560c4d3889476fc86e3fbf75d89b1 (diff)
downloadlibpam-freerdp2-788858a758cb0db992247299c4b430ba603196e2.tar.gz
libpam-freerdp2-788858a758cb0db992247299c4b430ba603196e2.tar.bz2
libpam-freerdp2-788858a758cb0db992247299c4b430ba603196e2.zip
unit test for empty password bug
Diffstat (limited to 'tests/mock_pam.h')
-rw-r--r--tests/mock_pam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mock_pam.h b/tests/mock_pam.h
index eb88a2e..c9c4f36 100644
--- a/tests/mock_pam.h
+++ b/tests/mock_pam.h
@@ -17,6 +17,7 @@
typedef struct pam_handle pam_handle_t;
pam_handle_t *pam_handle_new (void);
+pam_handle_t *pam_handle_empty_pswd_new (void);
int pam_get_item (const pam_handle_t *pamh, int type, const void **value);
int pam_set_item (pam_handle_t *pamh, int type, const void *value);