make parseable for splint
- replace non standard u_char with unsigned char (ANSI) - advice splint to ignore variadic macros - move declarations from the middle to top of functions (C90) - replace local library includes <> to ""
This commit is contained in:
@ -33,10 +33,10 @@
|
||||
#ifndef _MBUS_H_
|
||||
#define _MBUS_H_
|
||||
|
||||
#include <mbus/mbus-protocol.h>
|
||||
#include <mbus/mbus-protocol-aux.h>
|
||||
#include <mbus/mbus-tcp.h>
|
||||
#include <mbus/mbus-serial.h>
|
||||
#include "mbus-protocol.h"
|
||||
#include "mbus-protocol-aux.h"
|
||||
#include "mbus-tcp.h"
|
||||
#include "mbus-serial.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user