CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/23 14:01:16
Modified files:
usr.sbin/rpki-client: extern.h http.c io.c main.c parser.c
rrdp.c rsync.c
Log message:
Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer.
With this the write functions are all of the form io_xyz_buffer.
Remove some prototypes of functions I forgot to remove in previous commit.
OK benno@
