aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-08-25 17:48:43 +0000
committerBrian Somers <brian@FreeBSD.org>1998-08-25 17:48:43 +0000
commit6f8e9f0a8a6fa4e9dd0ad9ada1caecef634c90a2 (patch)
tree9eaa58f8a3a8c2383cde414b29977869e6b14377 /usr.sbin/ppp/mp.c
parent12e14047a483a3c3b8680ecee6a8ef4b0f936cc3 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/mp.c')
-rw-r--r--usr.sbin/ppp/mp.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c
index b4223cddfb14..14de66a1c5ac 100644
--- a/usr.sbin/ppp/mp.c
+++ b/usr.sbin/ppp/mp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp.c,v 1.12 1998/06/30 23:04:17 brian Exp $
+ * $Id: mp.c,v 1.13 1998/08/07 18:42:50 brian Exp $
*/
#include <sys/types.h>
@@ -1013,3 +1013,9 @@ mp_LinkLost(struct mp *mp, struct datalink *dl)
/* We've lost the link that's holding everything up ! */
mp_Input(mp, NULL, NULL);
}
+
+void
+mp_DeleteQueue(struct mp *mp)
+{
+ link_DeleteQueue(&mp->link);
+}