X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=chunk_queue.h;h=bc92ab0546a53cab4482d0b9f5203cde52614900;hp=9e794ba8e8afd524f4837bf9be7ee891ecd8f4e3;hb=53fe3c3cca7caef5565750181daf70aa0598c2a9;hpb=5667dca4697c3bbbe4830699ee91df800bf2efd3 diff --git a/chunk_queue.h b/chunk_queue.h index 9e794ba8..bc92ab05 100644 --- a/chunk_queue.h +++ b/chunk_queue.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2007-2010 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2007 Andre Noll , see file COPYING. */ /** \file chunk_queue.h Exported symbols from chunk_queue.c. */ @@ -16,4 +12,3 @@ void cq_update(struct chunk_queue *cq, size_t sent); int cq_get(struct queued_chunk *qc, const char **buf, size_t *len); struct chunk_queue *cq_new(size_t max_pending); void cq_destroy(struct chunk_queue *cq); -int cq_force_enqueue(struct chunk_queue *cq, const char *buf, size_t num_bytes);