summaryrefslogtreecommitdiffhomepage
path: root/docs/cpqueue_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-08 20:32:10 +0100
committerTyge Løvset <[email protected]>2020-12-08 20:32:10 +0100
commit56dd4e057367689a89a170e255626591cdf5dc85 (patch)
tree883a330826c3596f430c566d3de11117250beb83 /docs/cpqueue_api.md
parentbfd7248535ee2bc6c067cb56894966968dc1ee82 (diff)
downloadSTC-modified-56dd4e057367689a89a170e255626591cdf5dc85.tar.gz
STC-modified-56dd4e057367689a89a170e255626591cdf5dc85.zip
Updated api for with clone()
Diffstat (limited to 'docs/cpqueue_api.md')
-rw-r--r--docs/cpqueue_api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cpqueue_api.md b/docs/cpqueue_api.md
index 76fba64f..39569992 100644
--- a/docs/cpqueue_api.md
+++ b/docs/cpqueue_api.md
@@ -35,6 +35,7 @@ All cpqueue definitions and prototypes may be included in your C source file by
```c
cpqueue_X cpqueue_X_init(void);
+cpqueue_X cpqueue_X_clone(cpqueue_X pq);
void cpqueue_X_make_heap(cpqueue_X* self);
void cpqueue_X_del(cpqueue_X* self);