summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-10-07 11:15:23 -0400
committerSimo Sorce <ssorce@redhat.com>2010-10-07 11:16:19 -0400
commitec33e38e9a44afcce8bb40043ccf1615f4f3b3fa (patch)
tree6b4a8411ee104fcba94e150931ce16ad0289ee80 /daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h
parent3e98d8ddadcdede663d38853f68fd605e2457b96 (diff)
downloadfreeipa-ec33e38e9a44afcce8bb40043ccf1615f4f3b3fa.tar.gz
freeipa-ec33e38e9a44afcce8bb40043ccf1615f4f3b3fa.tar.xz
freeipa-ec33e38e9a44afcce8bb40043ccf1615f4f3b3fa.zip
pwd-plugin: Fix unresolve symbol
This fixes a har crash when someone tries to fetch a keytab
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h
index 16e0efbe6..0388f5d43 100644
--- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h
+++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h
@@ -150,6 +150,7 @@ struct ipapwd_keyset {
int num_keys;
};
+void encode_int16(unsigned int val, unsigned char *p);
struct berval *encode_keys(struct ipapwd_keyset *kset);
void ipapwd_keyset_free(struct ipapwd_keyset **pkset);