libmbus/mbus/mbus.c

24 lines
475 B
C
Raw Normal View History

//------------------------------------------------------------------------------
// Copyright (C) 2010, Raditex AB
// All rights reserved.
//
// rSCADA
// http://www.rSCADA.se
// info@rscada.se
//
//------------------------------------------------------------------------------
#include "mbus-protocol.h"
#include "../config.h"
//
//
//
int mbus_init() {return 0;}
///
/// Return current version of the library
///
2013-04-09 10:18:27 +02:00
const char*
mbus_get_current_version() {return VERSION;}