X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Flp.h;h=1428229853ecdedde1dbe666cc2eb5774b67df82;hp=47c861fd25c1f95980dfb53fc12ada89e8daa9b8;hb=b1db548b56f7b188d70efff5eb4c73797727c862;hpb=0303d0d705cfc2a100403a708fca0e93b12d2a93 diff --git a/src/lp.h b/src/lp.h index 47c861f..1428229 100644 --- a/src/lp.h +++ b/src/lp.h @@ -99,4 +99,7 @@ ddts_merge(struct daily_download_total **, int ddts_get_count(struct daily_download_total **); +struct daily_download_total *ddt_clone(struct daily_download_total *); +struct daily_download_total **ddts_clone(struct daily_download_total **); + #endif