From 16df54e01ab4ba123fea3aa6035d9c2ab28ca88d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 22 Jul 2008 22:36:25 +0000 Subject: [PATCH] correct comments to match code git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@594 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- libpri.h | 2 +- pri_internal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libpri.h b/libpri.h index 9733b02..765fedd 100644 --- a/libpri.h +++ b/libpri.h @@ -624,7 +624,7 @@ int pri_progress(struct pri *pri, q931_call *c, int channel, int info); /* Send call proceeding */ int pri_proceeding(struct pri *pri, q931_call *c, int channel, int info); -/* Enable inband progress when a RELEASE is received */ +/* Enable inband progress when a DISCONNECT is received */ void pri_set_inbanddisconnect(struct pri *pri, unsigned int enable); /* Enslave a PRI to another, so they share the same call list diff --git a/pri_internal.h b/pri_internal.h index 409f34c..7c1a4f8 100644 --- a/pri_internal.h +++ b/pri_internal.h @@ -65,7 +65,7 @@ struct pri { int tei; int protodisc; unsigned int bri:1; - unsigned int acceptinbanddisconnect:1; /* Should we allow inband progress after RELEASE? */ + unsigned int acceptinbanddisconnect:1; /* Should we allow inband progress after DISCONNECT? */ /* Q.921 State */ int q921_state;