libmbus/mbus/mbus.c
Stefan Wahren 3935b4013e 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 ""
2013-05-04 18:14:18 +02:00

23 lines
453 B
C

//------------------------------------------------------------------------------
// Copyright (C) 2010, Raditex AB
// All rights reserved.
//
// rSCADA
// http://www.rSCADA.se
// info@rscada.se
//
//------------------------------------------------------------------------------
#include "mbus-protocol.h"
//
//
//
int mbus_init() {return 0;}
///
/// Return current version of the library
///
const char*
mbus_get_current_version() {return "0.8.0";}