]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
Add the declaration of multilink_join_hook, missed in a previous commit.
[ppp.git] / pppd / pppd.h
index 06f165888112ba1c81878e536bfe673114440cef..ecfb50948e7142b3e4ba46fd10c8c9cabcd3111b 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.94 2008/06/15 06:53:06 paulus Exp $
+ * $Id: pppd.h,v 1.95 2008/06/15 07:03:05 paulus Exp $
  */
 
 /*
@@ -715,6 +715,7 @@ extern void (*ip_choose_hook) __P((u_int32_t *));
 
 extern int (*chap_check_hook) __P((void));
 extern int (*chap_passwd_hook) __P((char *user, char *passwd));
+extern void (*multilink_join_hook) __P((void));
 
 /* Let a plugin snoop sent and received packets.  Useful for L2TP */
 extern void (*snoop_recv_hook) __P((unsigned char *p, int len));