math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / symm / safersk.h
CommitLineData
621468d8 1/* -*-c-*-
2 *
621468d8 3 * Stub header for SAFER SK
4 *
5 * (c) 2001 Straylight/Edgeware
6 */
7
8#ifndef CATACOMB_SAFERSK_H
9#define CATACOMB_SAFERSK_H
10
11#include "safer.h"
12
13extern const char *safersk_magic;
14
15#endif