X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Flp.c;h=3219f1149dfa270b7b024fdb3165dba4e6828b0f;hp=47d024ec106cd0a1def4203c50f339dfb5c1f25d;hb=b1db548b56f7b188d70efff5eb4c73797727c862;hpb=0303d0d705cfc2a100403a708fca0e93b12d2a93 diff --git a/src/lp.c b/src/lp.c index 47d024e..3219f11 100644 --- a/src/lp.c +++ b/src/lp.c @@ -237,7 +237,7 @@ int ddts_length(struct daily_download_total **ddts) return n; } -static struct daily_download_total *ddt_clone(struct daily_download_total *ddt) +struct daily_download_total *ddt_clone(struct daily_download_total *ddt) { struct daily_download_total *new; @@ -249,7 +249,7 @@ static struct daily_download_total *ddt_clone(struct daily_download_total *ddt) return new; } -static struct daily_download_total ** +struct daily_download_total ** ddts_clone(struct daily_download_total **ddts) { int n, i;