From a25f9bff61e68b56a28ad8d0134a4ae57324040c Mon Sep 17 00:00:00 2001 From: hades Date: Thu, 18 May 2000 21:22:59 +0000 Subject: [PATCH] Put into hwtapelabel.h --- hadaq/hwtapeal.h | 22 ---------------------- hadaq/hwtapevol.h | 11 ----------- 2 files changed, 33 deletions(-) delete mode 100644 hadaq/hwtapeal.h delete mode 100644 hadaq/hwtapevol.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 - -- 2.43.0