From: hades Date: Fri, 19 May 2000 06:29:14 +0000 (+0000) Subject: Changed names: Removed 'hw'. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fd6a52a174c086b1b5e92188bd5f64db58a26fec;p=daqdata.git Changed names: Removed 'hw'. --- diff --git a/hadaq/hwtape.c b/hadaq/tape.c similarity index 98% rename from hadaq/hwtape.c rename to hadaq/tape.c index d75359f..db9a686 100644 --- a/hadaq/hwtape.c +++ b/hadaq/tape.c @@ -17,8 +17,8 @@ #include #include -#include "hwtapelabel.h" -#include "hwtape.h" +#include "tapelabel.h" +#include "tape.h" static FILE *openTape(const char* filename) { int tape; diff --git a/hadaq/hwtape.h b/hadaq/tape.h similarity index 100% rename from hadaq/hwtape.h rename to hadaq/tape.h diff --git a/hadaq/hwtapechar.c b/hadaq/tapechar.c similarity index 99% rename from hadaq/hwtapechar.c rename to hadaq/tapechar.c index 8beecf5..4d0d776 100644 --- a/hadaq/hwtapechar.c +++ b/hadaq/tapechar.c @@ -1,4 +1,4 @@ -#include "hwtapechar.h" +#include "tapechar.h" const char *ansichar(const char *s, int length) { char *r; diff --git a/hadaq/hwtapechar.h b/hadaq/tapechar.h similarity index 100% rename from hadaq/hwtapechar.h rename to hadaq/tapechar.h diff --git a/hadaq/hwtapelabel.c b/hadaq/tapelabel.c similarity index 99% rename from hadaq/hwtapelabel.c rename to hadaq/tapelabel.c index 09b01d3..6300cf5 100644 --- a/hadaq/hwtapelabel.c +++ b/hadaq/tapelabel.c @@ -18,8 +18,8 @@ #include #include -#include "hwtapechar.h" -#include "hwtapelabel.h" +#include "tapechar.h" +#include "tapelabel.h" /* Functions concerning the volume label */ diff --git a/hadaq/hwtapelabel.h b/hadaq/tapelabel.h similarity index 100% rename from hadaq/hwtapelabel.h rename to hadaq/tapelabel.h