From 40819fd038fed55bf758a69aa5e84e37fdd93053 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Tue, 15 Oct 2019 15:05:29 +0200 Subject: [PATCH] lib.h: add forgotten declaration The compiler misses the structure in some source files. Signed-off-by: Juergen Borleis --- lib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.h b/lib.h index 6cc58a2..b67cbcd 100644 --- a/lib.h +++ b/lib.h @@ -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.