mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add bmu_funcp to bmu_align_u
This commit is contained in:
parent
e2bfb420d7
commit
2026aa84fa
@ -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 New Issue
Block a user