Skip to content

Commit

Permalink
Match static declarations to definitions
Browse files Browse the repository at this point in the history
This was causing Doxygen warnings.
  • Loading branch information
mattmundell authored and bjoernricks committed May 30, 2024
1 parent 6803344 commit 6e68360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ static gchar*
vulns_extra_where (int);

static gchar*
vuln_iterator_opts_from_filter (const char*);
vuln_iterator_opts_from_filter (const gchar *);

static gchar*
vuln_iterator_extra_with_from_filter ();
vuln_iterator_extra_with_from_filter (const gchar *);

static int
task_last_report_any_status (task_t, report_t *);
Expand Down

0 comments on commit 6e68360

Please sign in to comment.