update old %behn declarations in vere.h

This commit is contained in:
Joe Bryan 2018-12-03 17:09:56 -05:00
parent 9ad5c5f15c
commit 46dc173bf6

View File

@ -1024,15 +1024,15 @@
/** behn, just a timer.
**/
/* u2_behn_io_init(): initialize behn timer.
/* u3_behn_io_init(): initialize behn timer.
*/
void
u2_behn_io_init(void);
u3_behn_io_init(void);
/* u2_behn_io_exit(): terminate timer.
*/
void
u2_behn_io_exit(void);
u3_behn_io_exit(void);
/* u3_behn_ef_bake(): notify %behn that we're live
*/