missing return values is a warning now
[fw/sdcc] / support / Util / BuildCmd.h
index 0dc403e0c78fafd7baa5fcf9cb8cce3cd96a802b..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 **list) ;
+             const char *p3, set *list);
 
 #endif