fixed Z80 port - crt0.o: cannot open.
[fw/sdcc] / src / SDCCutil.h
index fbfc7a0449607ecd2f2ec0f3d116b96de5380124..e5f64d74ad35c50e3bfbcc802adb81b688731cfd 100644 (file)
@@ -62,7 +62,7 @@ void setMainValue (const char *pname, const char *pvalue);
 
 void populateMainValues (const char **ppin);
 
-void buildCmdLine2 (char *pbuffer, const char *pcmd, size_t len);
+void buildCmdLine2 (char *pbuffer, size_t len, const char *pcmd, ...);
 
 /** Returns true if sz starts with the string given in key.
  */