aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcathook <cat.hook31894@gmail.com>2013-12-02 02:35:17 +0800
committercathook <cat.hook31894@gmail.com>2013-12-02 02:35:17 +0800
commitaccc0ab0e46efb18519c625196821ec67b46b254 (patch)
treee6a3a9e1e773b4a66189c0d14e81861bca4c730a
parent1723662150d9a13e19d96bef06a92ec56091194e (diff)
downloadctl-accc0ab0e46efb18519c625196821ec67b46b254.tar.gz
ctl-accc0ab0e46efb18519c625196821ec67b46b254.tar.zst
ctl-accc0ab0e46efb18519c625196821ec67b46b254.zip
rename
-rw-r--r--src/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue.c b/src/queue.c
index f8dc493..2ab9939 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -54,7 +54,7 @@ uint ctl_queue_getEntrySizeX(ppcvoid q){
return getHead(*q)->size;
}
-pcvoid ctl_queue_getFrontX(ppcvoid q){
+pcvoid ctl_queue_getX(ppcvoid q){
return *q;
}
int ctl_queue_isEmptyX(ppcvoid q){