libmbus/mbus/mbus.c
Stefan Wahren 55d4c0fba2 Remove trailing whitespace
Signed-off-by: Stefan Wahren <info@lategoodbye.de>
2013-09-13 17:53:33 +02:00

23 lines
452 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";}