projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix Warning: dereferencing type-punned pointer will break strict...
[l2tpns.git]
/
bgp.h
diff --git
a/bgp.h
b/bgp.h
index
bc5a0e9
..
8e636ab
100644
(file)
--- a/
bgp.h
+++ b/
bgp.h
@@
-1,5
+1,5
@@
/* BGPv4 (RFC1771) */
/* BGPv4 (RFC1771) */
-/* $Id: bgp.h,v 1.5 2005
/06/
04 15:42:35 bodea Exp $ */
+/* $Id: bgp.h,v 1.5 2005
-06-
04 15:42:35 bodea Exp $ */
#ifndef __BGP_H__
#define __BGP_H__
#ifndef __BGP_H__
#define __BGP_H__
@@
-281,6
+281,4
@@
int bgp_process(uint32_t events[]);
void bgp_process_peers_timers();
char const *bgp_state_str(enum bgp_state state);
void bgp_process_peers_timers();
char const *bgp_state_str(enum bgp_state state);
-extern char const *cvs_id_bgp;
-
#endif /* __BGP_H__ */
#endif /* __BGP_H__ */