mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Add bmu_funcp to bmu_align_u
This commit is contained in:
parent
e2bfb420d7
commit
2026aa84fa
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ struct ber_mem_hdr {
|
|||
void * bmu_voidp;
|
||||
double bmu_double;
|
||||
long bmu_long;
|
||||
long (*bmu_funcp)( double );
|
||||
char bmu_char[4];
|
||||
} ber_align;
|
||||
#define bm_junk ber_align.bmu_len_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue