summaryrefslogtreecommitdiff
path: root/build.h
diff options
context:
space:
mode:
Diffstat (limited to 'build.h')
-rw-r--r--build.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.h b/build.h
index e9d31298b..92cbe9f66 100644
--- a/build.h
+++ b/build.h
@@ -18,9 +18,9 @@ struct rpmBuildArguments {
char buildChar;
};
-int build(char *arg, int buildAmount, char *passPhrase,
- char *buildRoot, int fromTarball, int test, char *cookie,
- char * rcfile, char * buildplatforms, int force);
+int build(const char *arg, int buildAmount, const char *passPhrase,
+ const char *buildRoot, int fromTarball, int test, char *cookie,
+ const char * rcfile, char * buildplatforms, int force);
#ifdef __cplusplus
}