Browse Source

staticize function

Change-Id: Iadbf5cdf8269a0ef996e509837981ef88d065e24
mr4.4.1
Richard Fuchs 10 years ago
parent
commit
351bc106be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/main.c

+ 1
- 1
daemon/main.c View File

@ -538,7 +538,7 @@ static void init_everything() {
}
void create_everything(struct main_context *ctx) {
static void create_everything(struct main_context *ctx) {
struct callmaster_config mc;
struct control_tcp *ct;
struct control_udp *cu;


Loading…
Cancel
Save