Hi! Many if not the majority of Gnulib modules provide typedefs for the public structs they export (*). It just occurred to me that the (x)string-buffer module does not provide any typedef for its struct string_buffer.
Was this an oversight or on purpose? Thanks, Marc PS It would also be nice to have a public function that does xsd_copy (sd_new_addr (len, addr)) (and also a non-x version of that). -- (*) Unfortunately, they often use the POSIX-reserved "_t" namespace, but that's a different issue.