diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-02-03 12:02:31 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-02-03 12:02:31 +0000 |
commit | f9afdffacbc80ce38d0f3382a2910cbb69f5a6fe (patch) | |
tree | 0d0082630584cf5e779c025f45172bbc6245c9b8 /sbin/unwind/resolver.h | |
parent | f5bb41ae112a156756ad002d5c89c53df6adeb6d (diff) |
Captive portal detection for unwind(8).
Diffstat (limited to 'sbin/unwind/resolver.h')
-rw-r--r-- | sbin/unwind/resolver.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/unwind/resolver.h b/sbin/unwind/resolver.h index da9525ba3a0..2265e3c7ec1 100644 --- a/sbin/unwind/resolver.h +++ b/sbin/unwind/resolver.h @@ -1,4 +1,4 @@ -/* $OpenBSD: resolver.h,v 1.2 2019/01/27 12:40:54 florian Exp $ */ +/* $OpenBSD: resolver.h,v 1.3 2019/02/03 12:02:30 florian Exp $ */ /* * Copyright (c) 2018 Florian Obser <florian@openbsd.org> @@ -68,5 +68,7 @@ struct ctl_resolver_info { int selected; }; -void resolver(int, int); -int resolver_imsg_compose_frontend(int, pid_t, void *, uint16_t); +void resolver(int, int); +int resolver_imsg_compose_main(int, pid_t, void *, uint16_t); +int resolver_imsg_compose_frontend(int, pid_t, void *, uint16_t); +int resolver_imsg_compose_captiveportal(int, pid_t, void *, uint16_t); |