From fd6a52a174c086b1b5e92188bd5f64db58a26fec Mon Sep 17 00:00:00 2001 From: hades Date: Fri, 19 May 2000 06:29:14 +0000 Subject: [PATCH] Changed names: Removed 'hw'. --- hadaq/{hwtape.c => tape.c} | 4 ++-- hadaq/{hwtape.h => tape.h} | 0 hadaq/{hwtapechar.c => tapechar.c} | 2 +- hadaq/{hwtapechar.h => tapechar.h} | 0 hadaq/{hwtapelabel.c => tapelabel.c} | 4 ++-- hadaq/{hwtapelabel.h => tapelabel.h} | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename hadaq/{hwtape.c => tape.c} (98%) rename hadaq/{hwtape.h => tape.h} (100%) rename hadaq/{hwtapechar.c => tapechar.c} (99%) rename hadaq/{hwtapechar.h => tapechar.h} (100%) rename hadaq/{hwtapelabel.c => tapelabel.c} (99%) rename hadaq/{hwtapelabel.h => tapelabel.h} (100%) 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 -- 2.43.0