2 * Copyright (C) James R. Leu 2003
5 * This software is covered under the LGPL, for more
6 * info check out http://www.gnu.org/copyleft/lgpl.html
12 #include "rsvpte_struct.h"
14 extern rsvpte_if
*rsvpte_if_create();
15 extern void rsvpte_if_delete(rsvpte_if
* i
);
16 extern mpls_return_enum
rsvpte_if_startup(rsvpte_global
* g
, rsvpte_if
* i
);
17 extern mpls_return_enum
rsvpte_if_shutdown(rsvpte_global
* g
, rsvpte_if
* i
);
18 extern mpls_bool
rsvpte_if_is_active(rsvpte_if
* i
);
19 extern uint32_t _rsvpte_if_get_next_index();