$OpenBSD: patch-src_help_c,v 1.1 2017/04/16 14:32:50 sthen Exp $
--- src/help.c.orig	Sun Apr 16 15:31:51 2017
+++ src/help.c	Sun Apr 16 15:32:01 2017
@@ -24,9 +24,9 @@
 #include "global_vars.h"
 #include "help.h"
 
-inline void print_help_line(const char *short_c,const char * long_c,const char *descr);
+void print_help_line(const char *short_c,const char * long_c,const char *descr);
 
-inline void print_help_line(const char *short_c,const char * long_c,const char *descr) {
+void print_help_line(const char *short_c,const char * long_c,const char *descr) {
 #ifdef LONG_OPTIONS
     printf("  %-23s",long_c);
 #else
