/* * 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_NOTIF_H_ #define _LDP_NOTIF_H_ #include "ldp_struct.h" extern ldp_return_enum ldp_notif_send(ldp_global*,ldp_session*,ldp_notif_status); #endif