/* * Copyright (C) James R. Leu 2000 * jleu@mindspring.com * * This software is covered under the LGPL, for more * info check out http://www.gnu.org/copyleft/lgpl.html */ #ifndef _LDP_PREFIX_H_ #define _LDP_PREFIX_H_ #include "ldp_struct.h" extern ldp_prefix* ldp_prefix_create(); extern void ldp_prefix_delete(ldp_prefix* p); #endif