blob: 320706047cfc9fbba7990cf7b8f3359b578aa13a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
*/
#ifndef autoresponse_h
#define autoresponse_h
/*
** Copyright 2001 Double Precision, Inc. See COPYING for
** distribution information.
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
void autoresponse();
void autoresponselist();
void autoresponsedelete();
void autoresponsepick();
#endif
|