From 1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 17 Jun 2008 12:22:49 +0200 Subject: Removed @author and @added as they are tracked by git --- libpiano/http.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpiano/http.c') diff --git a/libpiano/http.c b/libpiano/http.c index 31c93cf..ee63fef 100644 --- a/libpiano/http.c +++ b/libpiano/http.c @@ -30,8 +30,6 @@ THE SOFTWARE. /* FIXME: curl has a receive limit, use it! */ /* callback for curl, writes data to buffer - * @author PromyLOPh - * @added 2008-06-05 * @param received data * @param block size * @param blocks received @@ -54,8 +52,6 @@ size_t PianoCurlRetToVar (void *ptr, size_t size, size_t nmemb, void *stream) { /* FIXME: we may use a callback given by the library client here. would be * more flexible... */ /* post data to url and receive answer as string - * @author PromyLOPh - * @added 2008-06-05 * @param initialized curl handle * @param call this url * @param post this data -- cgit v1.2.3