/* ryresponder.h - include file for the generic idempotent responder */

/* 
 * $Header: /a/vulcan/xtel/isode/isode-master/imisc/RCS/ryresponder.h,v 8.0 91/07/17 12:42:22 isode Rel $
 *
 *
 * $Log:	ryresponder.h,v $
 * Revision 8.0  91/07/17  12:42:22  isode
 * Release 7.0
 * 
 * 
 */

/*
 *				  NOTICE
 *
 *    Acquisition, use, and distribution of this module and related
 *    materials are subject to the restrictions of a license agreement.
 *    Consult the Preface in the User's Manual for the full terms of
 *    this agreement.
 *
 */


#ifndef PEPSY_VERSION
#define PEPSY_VERSION 1
#endif
#include "rosy.h"
#include "logger.h"


struct dispatch {
    char   *ds_name;
    int	    ds_operation;

    IFP	    ds_vector;
};


void	adios (), advise ();
void	acs_advise ();
void	ros_adios (), ros_advise ();
void	ryr_advise ();

int	ryresponder ();


extern int  debug;


