summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2008-12-03 20:12:44 +0000
committerstevesk <stevesk@openbsd.org>2008-12-03 20:12:44 +0000
commitff634cd44355c722cd64da391c2008df4b5f99dc (patch)
treecf7bcb4d5d4cc43c97497bec193e4a8ccfbfd834
parent- these were used to debug the previous queue scheduler, they are no longer (diff)
downloadwireguard-openbsd-ff634cd44355c722cd64da391c2008df4b5f99dc.tar.xz
wireguard-openbsd-ff634cd44355c722cd64da391c2008df4b5f99dc.zip
delete unused prototype, from lint; ok mbalmer@
-rw-r--r--usr.sbin/gpioctl/gpioctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c
index 9cee06d7301..42fb52ca3a3 100644
--- a/usr.sbin/gpioctl/gpioctl.c
+++ b/usr.sbin/gpioctl/gpioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gpioctl.c,v 1.13 2008/11/30 10:58:44 mbalmer Exp $ */
+/* $OpenBSD: gpioctl.c,v 1.14 2008/12/03 20:12:44 stevesk Exp $ */
/*
* Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org>
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
@@ -42,7 +42,6 @@ int quiet = 0;
void getinfo(void);
void pinread(int, char *);
void pinwrite(int, char *, int);
-void pinctl(int, char *, char *[], int);
void pinset(int pin, char *name, int flags, char *alias);
void unset(int pin, char *name);
void devattach(char *, int, u_int32_t);