+++ /dev/null
-#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
-
+++ /dev/null
-#ifndef HWTAPEVOL_H
-#define HWTAPEVOL_H
-
-char *readVolumeLabel(int);
-
-int writeVolumeLabel(const char *, int);
-
-int writeNewVolumeLabel(const char *, const char *, int);
-
-#endif
-