blob: aefc46e3aad5c32bdacc2fed3e102b81b98f132c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Copyright (c) 2003 krzYszcz and others.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
#ifndef __SHADOW_H__
#define __SHADOW_H__
void allnettles_setup(void);
void alldummies_setup(void);
int dummy_nreplacements(void);
void dummy_printreplacements(char *msg);
#endif
|