diff options
author | Simo Sorce <ssorce@redhat.com> | 2011-06-15 17:54:47 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-08-26 08:24:48 -0400 |
commit | c42cf02405a5611d31a0bf9f19c4991ead71bca9 (patch) | |
tree | 03e594fbebbce5259f878718af472394698fa633 /daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h | |
parent | e261c556268609b24bc923fd33b8b060dfaf1c19 (diff) | |
download | freeipa-c42cf02405a5611d31a0bf9f19c4991ead71bca9.tar.gz freeipa-c42cf02405a5611d31a0bf9f19c4991ead71bca9.tar.xz freeipa-c42cf02405a5611d31a0bf9f19c4991ead71bca9.zip |
ipa-pwd_extop: use endian.h instead of nih function
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h')
-rw-r--r-- | daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h index e204bba20..75e82d3e2 100644 --- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h +++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h @@ -154,7 +154,6 @@ 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); |