mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-20 23:12:09 +02:00
pointer to const in lib
This commit is contained in:
@@ -203,8 +203,8 @@ void sprint_long_canframe(char *buf , struct canfd_frame *cf, int view, int maxd
|
||||
*
|
||||
*/
|
||||
|
||||
void snprintf_can_error_frame(char *buf, size_t len, struct canfd_frame *cf,
|
||||
char *sep);
|
||||
void snprintf_can_error_frame(char *buf, size_t len, const struct canfd_frame *cf,
|
||||
const char *sep);
|
||||
/*
|
||||
* Creates a CAN error frame output in user readable format.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user