summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches/patch-ac
blob: e795d6a62a5bf45f1c112bf6085a19e30af37039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.4 2005/01/11 03:16:23 dmcmahill Exp $

--- include/prototype.h.orig	2004-08-31 12:12:09.000000000 +0000
+++ include/prototype.h
@@ -43,6 +43,7 @@ void i_vars_setnames(TOPLEVEL *w_current
 /* parsecmd.c */
 void usage(char *cmd);
 int parse_commandline(int argc, char *argv[]);
+char *create_command_line(int argc, char *argv[]);
 /* s_cpinlist.c */
 CPINLIST *s_cpinlist_return_tail(CPINLIST *head);
 CPINLIST *s_cpinlist_return_head(CPINLIST *tail);