Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Low: apparently static function should be marked so
  • Loading branch information
jnpkrn committed Apr 11, 2016
commit 89d9e06f50525f15caeb331128e08aa95686c0d6
3 changes: 1 addition & 2 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ static int ticket_realloc(void)
}


int add_site(char *address, int type);
int add_site(char *addr_string, int type)
static int add_site(char *addr_string, int type)
{
int rv;
struct booth_site *site;
Expand Down