rewrite buildCmdLine(), changed type of list parameter to set
[fw/sdcc] / support / Util / BuildCmd.h
index 34dd2cc44c3fdc99b4f56b0fceb5b5f5d64ae8de..5b81611ae16f33ac376718ba4627dba962a5342c 100644 (file)
    what you give them.   Help stamp out software-hoarding!
 -------------------------------------------------------------------------*/
 
-#if !defined(__BUILDCMD_H)
-
+#ifndef __BUILDCMD_H
 #define __BUILDCMD_H
 
 void
 buildCmdLine (char *into, const char **cmds,
              const char *p1, const char *p2,
-             const char *p3, const char * const *list) ;
+             const char *p3, set *list);
 
 #endif