X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=chunk_queue.h;h=64d14cd8a0b41936d957ef7312316be38888ced9;hp=9e794ba8e8afd524f4837bf9be7ee891ecd8f4e3;hb=0cbd0ac87ebe208b0d47df28e86c16886bdb687d;hpb=e90440367f744a7723b201a95888e66f070ffa92 diff --git a/chunk_queue.h b/chunk_queue.h index 9e794ba8..64d14cd8 100644 --- a/chunk_queue.h +++ b/chunk_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2010 Andre Noll + * Copyright (C) 2007-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -16,4 +16,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);