X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/c316aed80a2047f337dc0cff35e2458c4cb13eca..95c031e101c74ae6472a7e538f3128f67a490082:/lincan/include/devcommon.h diff --git a/lincan/include/devcommon.h b/lincan/include/devcommon.h index ef67e49..837ffb6 100644 --- a/lincan/include/devcommon.h +++ b/lincan/include/devcommon.h @@ -3,7 +3,7 @@ * New CAN queues by Pavel Pisa - OCERA team member * email:pisa@cmp.felk.cvut.cz * This software is released under the GPL-License. - * Version lincan-0.2 9 Jul 2003 + * Version lincan-0.3 17 Jun 2004 */ #include "./canmsg.h" @@ -11,5 +11,5 @@ #include "./constants.h" #include "./can_queue.h" -int canqueue_ends_init_chip(struct canque_ends_t *qends, struct chip_t *chip, struct msgobj_t *obj); +int canqueue_ends_init_chip(struct canque_ends_t *qends, struct canchip_t *chip, struct msgobj_t *obj); int canqueue_ends_done_chip(struct canque_ends_t *qends);