X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fsrc%2Fradlogin.h;fp=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fsrc%2Fradlogin.h;h=0000000000000000000000000000000000000000;hb=4abe4296f0eddbb2b6ff11dbbd27100156c85f87;hp=ac2af1ac2b4876edc9011788bbd640b3cad18cf1;hpb=4b9bf9ae2701487191810e564aaa4672eb95130e;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/src/radlogin.h b/pppd/plugins/radius/radiusclient/src/radlogin.h deleted file mode 100644 index ac2af1a..0000000 --- a/pppd/plugins/radius/radiusclient/src/radlogin.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * $Id: radlogin.h,v 1.1 2002/01/22 16:03:05 dfs Exp $ - * - * Copyright (C) 1996 Lars Fenneberg - * - * See the file COPYRIGHT for the respective terms and conditions. - * If the file is missing contact me at lf@elemental.net - * and I'll send you a copy. - * - */ - -#ifndef RADLOGIN_H -#define RADLOGIN_H - -#undef __P -#if defined (__STDC__) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(WIN32) || defined(__cplusplus) -# define __P(protos) protos -#else -# define __P(protos) () -#endif - -typedef void (*LFUNC)(char *); - -/* radius.c */ -LFUNC auth_radius(UINT4, char *, char *); -void radius_login(char *); - -/* local.c */ -LFUNC auth_local __P((char *, char *)); -void local_login __P((char *)); - -#endif /* RADLOGIN_H */