linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/9 v2] radius: make rc_own_bind_ipaddress available through radiusclient.h
@ 2019-09-30 12:46 Kurt Van Dijck
  0 siblings, 0 replies; only message in thread
From: Kurt Van Dijck @ 2019-09-30 12:46 UTC (permalink / raw)
  To: linux-ppp

This commit adds a missing function declaration to the header file and
removes the compiler warning.

Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
---
 pppd/plugins/radius/radiusclient.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pppd/plugins/radius/radiusclient.h b/pppd/plugins/radius/radiusclient.h
index 51b959a..cff0c26 100644
--- a/pppd/plugins/radius/radiusclient.h
+++ b/pppd/plugins/radius/radiusclient.h
@@ -440,6 +440,7 @@ UINT4 rc_get_ipaddr __P((char *));
 int rc_good_ipaddr __P((char *));
 const char *rc_ip_hostname __P((UINT4));
 UINT4 rc_own_ipaddress __P((void));
+UINT4 rc_own_bind_ipaddress __P((void));
 
 
 /*	sendserver.c		*/

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-30 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 12:46 [PATCH 3/9 v2] radius: make rc_own_bind_ipaddress available through radiusclient.h Kurt Van Dijck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).