diff options
author | cathook <cat.hook31894@gmail.com> | 2013-12-02 02:35:17 +0800 |
---|---|---|
committer | cathook <cat.hook31894@gmail.com> | 2013-12-02 02:35:17 +0800 |
commit | accc0ab0e46efb18519c625196821ec67b46b254 (patch) | |
tree | e6a3a9e1e773b4a66189c0d14e81861bca4c730a | |
parent | 1723662150d9a13e19d96bef06a92ec56091194e (diff) | |
download | ctl-accc0ab0e46efb18519c625196821ec67b46b254.tar.gz ctl-accc0ab0e46efb18519c625196821ec67b46b254.tar.zst ctl-accc0ab0e46efb18519c625196821ec67b46b254.zip |
rename
-rw-r--r-- | src/queue.c | 2 |
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){ |