aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcathook <cat.hook31894@gmail.com>2013-12-20 02:35:24 +0800
committercathook <cat.hook31894@gmail.com>2013-12-20 02:35:24 +0800
commit5eeae76267f108f7e0f04228dc03ad4562cd4268 (patch)
treec536520e015d1b08db4edb595959b7632f164c47
parent7414dde9781a20297e90ae3b3430aee01f3eb2e1 (diff)
parentcebe5c6ac6c0827f82de1b12468506d740c81799 (diff)
downloadctl-5eeae76267f108f7e0f04228dc03ad4562cd4268.tar.gz
ctl-5eeae76267f108f7e0f04228dc03ad4562cd4268.tar.zst
ctl-5eeae76267f108f7e0f04228dc03ad4562cd4268.zip
-rw-r--r--inc/queue.h1
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);