summaryrefslogtreecommitdiff
path: root/cad/spice/files/patch-src_lib_mfb_mfbcaps.c
blob: 82c22437ab5c1a1e694a47a1b9e6880143a22e06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/lib/mfb/mfbcaps.c.orig	1991-04-01 22:32:50 UTC
+++ src/lib/mfb/mfbcaps.c
@@ -26,6 +26,7 @@ Author: -C- 1982 Giles Billingsley
 #include "spice.h"
 #include "mfb.h"
 #include <ctype.h>
+#include <string.h>
 #include "suffix.h"
 
 
@@ -43,9 +44,9 @@ static int hopcount;       /* detect infinite loops in
 
 FILE   *POpen();
 char   *strcpy();
-char   *MFBSkip();
+static char   *MFBSkip();
 char   *MFBGetStr();
-char   *MFBCapDecod();
+static char   *MFBCapDecod();
 int    MFBGetNum();
 int    MFBGetFlag();
 int    MFBGetEnt();