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:
Juergen Borleis
2022-12-19 15:31:23 +01:00
committed by Marc Kleine-Budde
parent 12f1d94856
commit 40819fd038
+1
View File
@@ -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);
/*
* Transfers a valid ASCII string describing a CAN frame into struct canfd_frame.