]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
Bring up the link on an explicit call from main() rather than
[ppp.git] / pppd / pppd.h
index deab65a3a1ee68b95a4b30b061fec8ae9eae4906..3a95d35349ff42e988b69f4f45105d8b710aa05b 100644 (file)
@@ -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.89 2004/11/14 22:53:42 carlsonj Exp $
+ * $Id: pppd.h,v 1.90 2005/07/12 01:07:59 paulus Exp $
  */
 
 /*
@@ -525,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 */