FreeLDAPMods() should be static

This commit is contained in:
Luke Howard 2003-01-19 22:45:10 +00:00
parent 8e8228f0b0
commit fe4cd099c8

View File

@ -816,7 +816,7 @@ static LDAPMod **Modifications2LDAPMods(Modifications *modlist)
/*
* Free a contiguous block of LDAP modifications.
*/
void FreeLDAPMods(LDAPMod **modv)
static void FreeLDAPMods(LDAPMod **modv)
{
int i;
LDAPMod *mods;