Author: adrian.chadd
Date: Tue Feb 24 08:48:43 2009
New Revision: 13865
Modified:
playpen/LUSCA_HEAD_bgp/src/protos.h
Log:
Add missing function decl
Modified: playpen/LUSCA_HEAD_bgp/src/protos.h
==============================================================================
--- playpen/LUSCA_HEAD_bgp/src/protos.h (original)
+++ playpen/LUSCA_HEAD_bgp/src/protos.h Tue Feb 24 08:48:43 2009
@@ -1097,6 +1097,6 @@
extern void bgpStart(void);
extern void bgpShutdown(void);
extern void bgpReconfigure(void);
-
+extern int bgpLookupAsNum(struct in_addr ipaddr);
#endif /* SQUID_PROTOS_H */
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---