From: hadaq Date: Wed, 2 Sep 2009 21:51:53 +0000 (+0000) Subject: bugfix X-Git-Tag: v6.0~362 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d11fb5f71b708ae79240c43b8976bb36f22c2578;p=trbnettools.git bugfix --- diff --git a/libtrbnet/trbnet.h b/libtrbnet/trbnet.h index 8dd7a6f..18884f0 100644 --- a/libtrbnet/trbnet.h +++ b/libtrbnet/trbnet.h @@ -1,14 +1,14 @@ #ifndef TRBNET_H #define TRBNET_H +extern const char trbnet_version[]; + #include extern unsigned int trb_debug; extern unsigned int trb_lazy; extern unsigned int trb_dma; -const char trbnet_version[] = "$Revision: 2.0 $"; - /* ---------------------------------------------------------------------- */ int init_ports();