X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=3a95d35349ff42e988b69f4f45105d8b710aa05b;hb=cf141d059db0db1419e99b99099389c4c2e0ca0f;hp=4c18d3d7fce2a0bc17cc283c3a166c7e763b458e;hpb=13f0a771fd659bc3e0752eee48439b497cf27dae;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 4c18d3d..3a95d35 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -39,7 +39,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: pppd.h,v 1.88 2004/11/13 12:02:22 paulus Exp $ + * $Id: pppd.h,v 1.90 2005/07/12 01:07:59 paulus Exp $ */ /* @@ -492,6 +492,7 @@ void remove_notifier __P((struct notifier **, notify_func, void *)); void notify __P((struct notifier *, int)); int ppp_send_config __P((int, int, u_int32_t, int, int)); int ppp_recv_config __P((int, int, u_int32_t, int, int)); +const char *protocol_name __P((int)); void remove_pidfiles __P((void)); void lock_db __P((void)); void unlock_db __P((void)); @@ -524,6 +525,7 @@ ssize_t complete_read __P((int, void *, size_t)); /* Procedures exported from auth.c */ void link_required __P((int)); /* we are starting to use the link */ +void start_link __P((int)); /* bring the link up now */ void link_terminated __P((int)); /* we are finished with the link */ void link_down __P((int)); /* the LCP layer has left the Opened state */ void upper_layers_down __P((int));/* take all NCPs down */