]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/upap.h
Fix include paths for plugins to use the public API of pppd
[ppp.git] / pppd / upap.h
index 5cb59e98be565d3b401e345a143bb212cf6c5b6c..709cd6294ffd2bf216799da3284518bea0238a2c 100644 (file)
@@ -1,3 +1,5 @@
+#include "pppdconf.h"
+
 /*
  * upap.h - User/Password Authentication Protocol definitions.
  *
@@ -38,8 +40,6 @@
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- * $Id: upap.h,v 1.8 2002/12/04 23:03:33 paulus Exp $
  */
 
 /*
@@ -104,7 +104,7 @@ typedef struct upap_state {
 
 extern upap_state upap[];
 
-void upap_authwithpeer __P((int, char *, char *));
-void upap_authpeer __P((int));
+void upap_authwithpeer(int, char *, char *);
+void upap_authpeer(int);
 
 extern struct protent pap_protent;