]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
avoid compiler warning
authorhades <hades>
Tue, 16 Nov 1999 14:05:36 +0000 (14:05 +0000)
committerhades <hades>
Tue, 16 Nov 1999 14:05:36 +0000 (14:05 +0000)
hadaq/pkt.h

index fe58506da1abd2c4d487d072fb968031c85936ea..89f3d29a5992d9869995871b07cdc9dc3898dea9 100644 (file)
@@ -44,7 +44,7 @@ void *newPkt(UInt4 decoding, UInt4 id, UInt4 seqNr);
 void deletePkt(void *my);
 void *Pkt_appendData(void *my, const void *data, size_t size);
 
-static enum PktIdx {
+enum PktIdx {
   PktIdx_size,
   PktIdx_decoding,
   PktIdx_id,