]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadaq <hadaq>
Wed, 2 Sep 2009 21:51:53 +0000 (21:51 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 21:51:53 +0000 (21:51 +0000)
libtrbnet/trbnet.h

index 8dd7a6fef75d7331d149fd797f15ae44b5dd4253..18884f07a6418f348ef91ccb717842c774d6e71b 100644 (file)
@@ -1,14 +1,14 @@
 #ifndef TRBNET_H
 #define TRBNET_H
 
+extern const char trbnet_version[];
+
 #include <stdint.h>
 
 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();