#pragma ident "%Z%%M% %I% %E% SMI" /* * @(#) $Id: rsvp_lpm.h,v 4.0 1996/05/08 17:01:45 berson Exp $ */ /***************************** rlpm.h ******************************** * * * Local Policy Header Files * * * * We put here all stuff that the RSVP daemon needs in addition * * to the basic LPM services that are in rlpm_serv.[ch] * * * *********************************************************************/ #ifndef __rsvp_lpm_h__ #define __rsvp_lpm_h__ int lpm_status_fail(destination *dest,sender *s2,int vif,int rc, int lerr); int lpm_resp_msg(destination *dest); int lpm_status_dest(destination *dest); int *scope2fh(sender *sndp, SCOPE *scope, int *len, int ind); #endif /* __rsvp_lpm_h__ */