$OpenBSD: patch-src_packetcapture_c,v 1.2 2017/04/24 18:16:03 sthen Exp $
--- src/packetcapture.c.orig	Sun May 12 16:16:43 2013
+++ src/packetcapture.c	Mon Apr 24 19:15:06 2017
@@ -103,7 +103,7 @@ void packetcapture_close(void)
     pcap_close(pc);
 }
 
-inline char* get_default_interface()
+char* get_default_interface()
 {
     char ebuf[PCAP_ERRBUF_SIZE];
     char *interface;
@@ -120,7 +120,7 @@ inline char* get_default_interface()
     return interface;
 }
 
-inline void packetcapture_dispatch(void)
+void packetcapture_dispatch(void)
 {
     pcap_dispatch(pc, -1, process_packet, NULL);
 }
