summaryrefslogtreecommitdiff
path: root/libpiano/http.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-17 12:22:49 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-17 12:22:49 +0200
commit1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3 (patch)
tree0f76fee5931e8093353f68e268fd459de439e64b /libpiano/http.c
parent87ab2001af04726eb8e1e9c4e5922ca968a8cbf8 (diff)
downloadpianobar-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.tar.gz
pianobar-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.tar.bz2
pianobar-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.zip
Removed @author and @added as they are tracked by git
Diffstat (limited to 'libpiano/http.c')
-rw-r--r--libpiano/http.c4
1 files changed, 0 insertions, 4 deletions
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