ENH: Added return type int to ExecuteCommand.

This commit is contained in:
Brad King
2002-12-17 17:05:59 -05:00
parent 3303599c75
commit 10931b5e66
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ typedef struct
int all, int numDepends, const char **depends,
int numOutputs, const char **outputs);
int (*CommandExists) (void *mf, const char* name);
void (*ExecuteCommand) (void *mf, const char *name,
int numArgs, const char **args);
int (*ExecuteCommand) (void *mf, const char *name,
int numArgs, const char **args);
void (*ExpandSourceListArguments) (void *mf,int argc, const char **argv,
int *resArgc, char ***resArgv,
unsigned int startArgumentIndex);