summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-12-14 20:44:04 +0100
committerTyge Løvset <[email protected]>2021-12-14 20:44:04 +0100
commit7f5a269d5a13ba39da7c2fa8e9bf45e77c5755c6 (patch)
treea5c8514ded9ebe61884ff718f397cf556256c5f6 /docs
parent6749cc21a2045d307c239d82891cb860687dfd2a (diff)
downloadSTC-modified-7f5a269d5a13ba39da7c2fa8e9bf45e77c5755c6.tar.gz
STC-modified-7f5a269d5a13ba39da7c2fa8e9bf45e77c5755c6.zip
Fixed silly bug in cpque_X_pop(). Thanks to matthieugras. Added cpque_X_shrink_to_fit().
Fixed memory leak in example box2.c
Diffstat (limited to 'docs')
-rw-r--r--docs/cpque_api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md
index 8f01e4c9..ddc0532c 100644
--- a/docs/cpque_api.md
+++ b/docs/cpque_api.md
@@ -27,6 +27,7 @@ cpque_X cpque_X_clone(cpque_X pq);
void cpque_X_clear(cpque_X* self);
bool cpque_X_reserve(cpque_X* self, size_t n);
+void cpque_X_shrink_to_fit(cpque_X* self);
void cpque_X_copy(cpque_X* self, cpque_X other);
void cpque_X_del(cpque_X* self); // destructor