.\" (C) 2002 Ian Gulliver .TH firestring_estr_expand 3 2002-09-21 .SH NAME firestring_estr_expand \- expand an estring's space to a minimum length .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "void firestring_estr_expand(struct firestring_estr_t *" "estring" ", int " "size" ")" .SH DESCRIPTION firestring_estr_expand() uses .BR firestring_realloc (3) to allocate at least .I size bytes in .IR estring . If .I estring is already this size or greater, it does nothing. .SH RETURN VALUE None. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)