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