lib.h: add forgotten declaration

The compiler misses the structure in some source files.

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
pull/392/head
Juergen Borleis 2019-10-15 15:05:29 +02:00 committed by Marc Kleine-Budde
parent 12f1d94856
commit 40819fd038
1 changed files with 1 additions and 0 deletions

1
lib.h
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.