/* */ #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