projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update filter refcounts
[l2tpns.git]
/
ppp.c
diff --git
a/ppp.c
b/ppp.c
index
a784c29
..
d44ed25
100644
(file)
--- a/
ppp.c
+++ b/
ppp.c
@@
-1,6
+1,6
@@
// L2TPNS PPP Stuff
// L2TPNS PPP Stuff
-char const *cvs_id_ppp = "$Id: ppp.c,v 1.3
0 2004-11-25 12:46:48
bodea Exp $";
+char const *cvs_id_ppp = "$Id: ppp.c,v 1.3
1 2004-11-27 05:19:53
bodea Exp $";
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
@@
-21,7
+21,7
@@
extern int tunfd;
extern char hostname[];
extern u32 eth_tx;
extern time_t time_now;
extern char hostname[];
extern u32 eth_tx;
extern time_t time_now;
-extern
struct
configt *config;
+extern configt *config;
static void initccp(tunnelidt t, sessionidt s);
static void initccp(tunnelidt t, sessionidt s);