e466c33aa6
PR: 19622 Submitted by: Ports Fury
38 lines
750 B
Text
38 lines
750 B
Text
--- pbm/libpbm1.c.orig Tue Jun 20 04:24:00 2000
|
|
+++ pbm/libpbm1.c Sat Jul 1 12:00:00 2000
|
|
@@ -18,7 +18,6 @@
|
|
#include "version.h"
|
|
#include "../compile.h"
|
|
#include "libpbm.h"
|
|
-#include "shhopt.h"
|
|
|
|
#if __STDC__
|
|
#include <stdarg.h>
|
|
@@ -145,27 +144,6 @@
|
|
}
|
|
return 1;
|
|
}
|
|
-
|
|
-
|
|
-/* Wrapper for Shhopt, to get it into the shared library */
|
|
-
|
|
-void
|
|
-pm_optParseOptions(int *argc, char *argv[],
|
|
- optStruct opt[], int allowNegNum) {
|
|
-
|
|
- optParseOptions(argc, argv, opt, allowNegNum);
|
|
-
|
|
-}
|
|
-
|
|
-
|
|
-
|
|
-void
|
|
-pm_optParseOptions2(int * const argc_p, char *argv[],
|
|
- const optStruct2 opt, const unsigned long flags) {
|
|
-
|
|
- optParseOptions2(argc_p, argv, opt, flags);
|
|
-
|
|
-}
|
|
|
|
|
|
/* Log base two hacks. */
|