chiark / gitweb /
The pixie no longer needs to be setuid-root.
[catacomb] / safersk.h
1 /* -*-c-*-
2  *
3  * $Id: safersk.h,v 1.1 2001/04/29 17:37:35 mdw Exp $
4  *
5  * Stub header for SAFER SK
6  *
7  * (c) 2001 Straylight/Edgeware
8  */
9
10 #ifndef CATACOMB_SAFERSK_H
11 #define CATACOMB_SAFERSK_H
12
13 #include "safer.h"
14
15 extern const char *safersk_magic;
16
17 #endif