summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 01:55:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 01:55:11 +0000
commitcb2cd543f599979f7d24c6f0bc724132c61adebe (patch)
tree27538d669989b7d434e048bea0de923fce4a37ca /usr.sbin/authpf
parentdaeacd56754696ec5ad955cf25a913e821f3edcb (diff)
MORE BULLSHIT BECAUSE THIS PIECE OF SHIT IS INTERTWINED WITH PFCTL
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/authpf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c
index 618a21cc456..515cf8edea2 100644
--- a/usr.sbin/authpf/authpf.c
+++ b/usr.sbin/authpf/authpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authpf.c,v 1.74 2004/01/13 17:31:15 dhartmei Exp $ */
+/* $OpenBSD: authpf.c,v 1.75 2004/01/29 01:55:10 deraadt Exp $ */
/*
* Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org).
@@ -905,3 +905,7 @@ pfctl_rules(int dev, char *filename, int opts, char *anchorname,
return (1);
}
+void
+pfctl_print_title(char *title)
+{
+}