Skip to content

Commit

Permalink
fix format 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Oct 8, 2020
1 parent c043d3e commit 7c6ddec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions boreas/boreas_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ put_host_on_queue (kb_t, char *);
void
put_finish_signal_on_queue (void *);

void realloc_finish_signal_on_queue (kb_t);
void
realloc_finish_signal_on_queue (kb_t);

int finish_signal_on_queue (kb_t);
int
finish_signal_on_queue (kb_t);

void
send_dead_hosts_to_ospd_openvas (int);
Expand Down

0 comments on commit 7c6ddec

Please sign in to comment.