diff options
author | cathook <cat.hook31894@gmail.com> | 2013-12-20 02:35:24 +0800 |
---|---|---|
committer | cathook <cat.hook31894@gmail.com> | 2013-12-20 02:35:24 +0800 |
commit | 5eeae76267f108f7e0f04228dc03ad4562cd4268 (patch) | |
tree | c536520e015d1b08db4edb595959b7632f164c47 | |
parent | 7414dde9781a20297e90ae3b3430aee01f3eb2e1 (diff) | |
parent | cebe5c6ac6c0827f82de1b12468506d740c81799 (diff) | |
download | ctl-5eeae76267f108f7e0f04228dc03ad4562cd4268.tar.gz ctl-5eeae76267f108f7e0f04228dc03ad4562cd4268.tar.zst ctl-5eeae76267f108f7e0f04228dc03ad4562cd4268.zip |
-rw-r--r-- | inc/queue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/queue.h b/inc/queue.h index 7bb317b..2955e34 100644 --- a/inc/queue.h +++ b/inc/queue.h @@ -8,6 +8,7 @@ pvoid ctl_queue_freeX(ppvoid q); uint ctl_queue_getEntrySizeX(ppcvoid q); int ctl_queue_isEmptyX (ppcvoid q); + pvoid ctl_queue_getX ( ppvoid q); pvoid ctl_queue_addX(ppvoid q, pcvoid data); |