summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-10-26 02:50:44 +0000
committerguenther <guenther@openbsd.org>2014-10-26 02:50:44 +0000
commit7e2987fd6ddc12bdeb5bc5ff8b729c90ed07aaee (patch)
tree8ab1950ae56e346fc8dbb3b794274c829b0832ab /usr.sbin/amd
parentDeclare a few functions static (diff)
downloadwireguard-openbsd-7e2987fd6ddc12bdeb5bc5ff8b729c90ed07aaee.tar.xz
wireguard-openbsd-7e2987fd6ddc12bdeb5bc5ff8b729c90ed07aaee.zip
timeout_mp() is static now
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/am.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/amd/include/am.h b/usr.sbin/amd/include/am.h
index 7742dc3c265..269fa65bd6a 100644
--- a/usr.sbin/amd/include/am.h
+++ b/usr.sbin/amd/include/am.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: am.h,v 1.14 2014/10/20 06:55:59 guenther Exp $ */
+/* $OpenBSD: am.h,v 1.15 2014/10/26 02:50:44 guenther Exp $ */
/*
* Copyright (c) 1990 Jan-Simon Pendry
@@ -304,7 +304,6 @@ extern int switch_option(char *);
extern int switch_to_logfile(char *);
extern void do_task_notify(void);
extern int timeout(unsigned int, void (*fn)(), void *);
-extern void timeout_mp(void);
extern void umount_exported(void);
extern int umount_fs(char *);
/*extern int unmount_node(am_node*);