mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
11 lines
318 B
C
11 lines
318 B
C
--- program/psiconv/psiconv.c.orig 2020-08-28 22:46:41 UTC
|
|
+++ program/psiconv/psiconv.c
|
|
@@ -44,6 +44,8 @@
|
|
#include "psiconv.h"
|
|
#include "gen.h"
|
|
|
|
+psiconv_list fileformat_list; /* of struct psiconv_fileformat */
|
|
+
|
|
static void print_help(void);
|
|
static void print_version(void);
|
|
static void strtoupper(char *str);
|