projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
chunk_queue: Remove cq_force_enqueue().
[paraslash.git]
/
chunk_queue.h
diff --git
a/chunk_queue.h
b/chunk_queue.h
index
9e794ba
..
3c138eb
100644
(file)
--- a/
chunk_queue.h
+++ b/
chunk_queue.h
@@
-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);