Differences From:
File
src/user.c
part of check-in
[e621b6dbe3]
- Use POST instead of GET for the /xfer method. Other bug fixes in the
URL parser.
by
drh on
2007-07-30 14:28:17.
[view]
To:
File
src/user.c
part of check-in
[e37451d9c2]
- Add the ability to sign manifests using GPG during a check-in.
Due to a bug in the manifest parser, older versions will not be
able to check-out signed manifests.
by
drh on
2007-08-01 21:59:38.
[view]
@@ -92,9 +92,9 @@
/*
** Prompt the user to enter a single line of text.
*/
-static void prompt_user(const char *zPrompt, Blob *pIn){
+void prompt_user(const char *zPrompt, Blob *pIn){
char *z;
char zLine[1000];
blob_zero(pIn);
printf("%s", zPrompt);