X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp.h;h=4c30021999393592ac46fd5730ffbc43aee280d0;hb=HEAD;hp=47c861fd25c1f95980dfb53fc12ada89e8daa9b8;hpb=f534061fc8230481a3ca40abc1d1e9b79d3c4976;p=ppastats.git diff --git a/src/lp.h b/src/lp.h index 47c861f..4c30021 100644 --- a/src/lp.h +++ b/src/lp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 jeanfi@gmail.com + * Copyright (C) 2011-2015 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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