$OpenBSD: patch-src_packetcapture_h,v 1.2 2017/04/24 18:16:03 sthen Exp $
--- src/packetcapture.h.orig	Sun May 12 16:16:43 2013
+++ src/packetcapture.h	Mon Apr 24 19:15:13 2017
@@ -23,8 +23,8 @@ void packetcapture_open_live(char* interface, char* fi
 void packetcapture_open_offline(char* dumpfile);
 void packetcapture_close(void);
 
-inline void packetcapture_dispatch(void);
+void packetcapture_dispatch(void);
 
-inline char* get_default_interface();
+char* get_default_interface();
 
 #endif  /* __PACKETCAPTURE_H__ */
