/* File: files.h */

/*
 * Copyright (c) 1997 Ben Harrison
 *
 * This software may be copied and distributed for educational, research,
 * and not for profit purposes provided that this copyright and statement
 * are included in all such copies.
 */

#ifndef INCLUDED_FILES_H
#define INCLUDED_FILES_H

#include "h-basic.h"


/* Replacement hook for "print_tomb()" */
extern bool (*tombstone_aux)(void);


#endif

