From: hades Date: Thu, 18 May 2000 21:22:59 +0000 (+0000) Subject: Put into hwtapelabel.h X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a25f9bff61e68b56a28ad8d0134a4ae57324040c;p=daqdata.git Put into hwtapelabel.h --- diff --git a/hadaq/hwtapeal.h b/hadaq/hwtapeal.h deleted file mode 100644 index 233472b..0000000 --- a/hadaq/hwtapeal.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef AL_H -#define AL_H - -/* For write() */ -#include - -/* For gethostname() */ -#include - -/* For stat() */ -#include -#include - -#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 index 5dc942d..0000000 --- a/hadaq/hwtapevol.h +++ /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 -