summaryrefslogtreecommitdiff
path: root/build.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-01-06 17:33:50 +0000
committerjbj <devnull@localhost>1999-01-06 17:33:50 +0000
commitbd626d134d27fa77cae0f26aa7c03649d1bb2ef9 (patch)
tree0d53c6a480a2ec387c9b872b64d635a33281f064 /build.h
parent7eca53f7ea2a634205d7234bc00d1f06e378db39 (diff)
downloadrpm-bd626d134d27fa77cae0f26aa7c03649d1bb2ef9.tar.gz
propagate "const char *" into rpmlib prototypes.
CVS patchset: 2663 CVS date: 1999/01/06 17:33:50
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
}