Remove smbldap_get_single_pstring() and all pstrings
[samba.git] / source / passdb / passdb.c
index e1e5967af37e0433b39ae273bc1f6e8ff251cff8..a9dd90eda1ad36819d7742a78dc013a0717b6cbf 100644 (file)
@@ -340,7 +340,7 @@ uint32 pdb_decode_acct_ctrl(const char *p)
  Routine to set 32 hex password characters from a 16 byte array.
 **************************************************************/
 
-void pdb_sethexpwd(char *p, const unsigned char *pwd, uint32 acct_ctrl)
+void pdb_sethexpwd(char p[33], const unsigned char *pwd, uint32 acct_ctrl)
 {
        if (pwd != NULL) {
                int i;