math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / symm / safersk.h
1 /* -*-c-*-
2 *
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
13 extern const char *safersk_magic;
14
15 #endif