pointer to const in lib

This commit is contained in:
ajneu
2016-06-13 10:26:53 +02:00
parent b70a76670d
commit ef2ea8fa59
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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.
*/