mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
lib.h: add forgotten declaration
The compiler misses the structure in some source files. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
This commit is contained in:
committed by
Marc Kleine-Budde
parent
12f1d94856
commit
40819fd038
@@ -102,6 +102,7 @@ int hexstring2data(char *arg, unsigned char *data, int maxdlen);
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
struct canfd_frame;
|
||||||
int parse_canframe(char *cs, struct canfd_frame *cf);
|
int parse_canframe(char *cs, struct canfd_frame *cf);
|
||||||
/*
|
/*
|
||||||
* Transfers a valid ASCII string describing a CAN frame into struct canfd_frame.
|
* Transfers a valid ASCII string describing a CAN frame into struct canfd_frame.
|
||||||
|
|||||||
Reference in New Issue
Block a user