Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116769
Collapse All | Expand All

(-)lib/mhash.c (+6 lines)
Lines 623-628 Link Here
623
	return(ret);
623
	return(ret);
624
}
624
}
625
625
626
WIN32DLL_DEFINE void mhash_free(void *ptr)
627
{
628
        free(ptr);
629
}
630
631
626
/*
632
/*
627
  Saves the state of a hashing algorithm such that it can be
633
  Saves the state of a hashing algorithm such that it can be
628
  restored at some later point in time using
634
  restored at some later point in time using

Return to bug 116769