]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Put into hwtapelabel.h
authorhades <hades>
Thu, 18 May 2000 21:22:59 +0000 (21:22 +0000)
committerhades <hades>
Thu, 18 May 2000 21:22:59 +0000 (21:22 +0000)
hadaq/hwtapeal.h [deleted file]
hadaq/hwtapevol.h [deleted file]

diff --git a/hadaq/hwtapeal.h b/hadaq/hwtapeal.h
deleted file mode 100644 (file)
index 233472b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef AL_H
-#define AL_H
-
-/* For write() */
-#include <unistd.h>
-
-/* For gethostname() */
-#include <unistd.h>
-
-/* For stat() */
-#include <sys/stat.h>
-#include <unistd.h>
-
-#include "hwtapeansichar.h"
-
-#define BLOCKSIZE 8192
-
-int writeHeader(int, int, const char *);
-int writeTrailer(int, int, int, const char *);
-
-#endif
-
diff --git a/hadaq/hwtapevol.h b/hadaq/hwtapevol.h
deleted file mode 100644 (file)
index 5dc942d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef HWTAPEVOL_H
-#define HWTAPEVOL_H
-
-char *readVolumeLabel(int);
-
-int writeVolumeLabel(const char *, int);
-
-int writeNewVolumeLabel(const char *, const char *, int);
-
-#endif
-