X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Flp.h;h=394aa17b1ab7e52b9836fd456039bea9661fe611;hp=c52ce3120f824a81b2e4d51a0d7c805e060a14e1;hb=79ab1c25edcfe1de08d6a2bbc6066bb29c0b55d1;hpb=9a8af404ffbfb331575dc4b37b044d49d728be8b diff --git a/src/lp.h b/src/lp.h index c52ce31..394aa17 100644 --- a/src/lp.h +++ b/src/lp.h @@ -99,4 +99,6 @@ struct daily_download_total ** ddts_merge(struct daily_download_total **, struct daily_download_total **); +int ddts_get_count(struct daily_download_total **); + #endif