aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/fsm.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
commit2764b86afdc99a30f4b1a4da2c04db8aa7aa785d (patch)
tree0cb588250996f90611161eaaa08e4d721765d9b3 /usr.sbin/ppp/fsm.h
parentd24f017be800e31ad16d74ae3366abab383cefe0 (diff)
downloadsrc-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.tar.gz
src-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.zip
o Move alias function pointers into loadalias.c
o Move Var*Version into command.c o Remove struct pppVars (and there was much rejoicing) ! o Forward-decl some structs in .h files to avoid include ordering requirements and remove a few more redundant #includes.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=35089
Diffstat (limited to 'usr.sbin/ppp/fsm.h')
-rw-r--r--usr.sbin/ppp/fsm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h
index 00d5c17bb39f..d32f31848a66 100644
--- a/usr.sbin/ppp/fsm.h
+++ b/usr.sbin/ppp/fsm.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: fsm.h,v 1.16.2.12 1998/03/24 18:46:59 brian Exp $
+ * $Id: fsm.h,v 1.16.2.13 1998/04/03 19:21:21 brian Exp $
*
* TODO:
*/
@@ -76,6 +76,9 @@ struct fsm_parent {
void *object;
};
+struct link;
+struct bundle;
+
struct fsm {
const char *name; /* Name of protocol */
u_short proto; /* Protocol number */