diff auth.h @ 334:8f3ec7c104d9

Make the dbclient password prompt more useful
author Matt Johnston <matt@ucc.asn.au>
date Mon, 12 Jun 2006 14:41:32 +0000
parents 475a818dd6e7
children c1e9c81d1d27 4317be8b7cf9
line wrap: on
line diff
--- a/auth.h	Mon Jun 12 03:51:40 2006 +0000
+++ b/auth.h	Mon Jun 12 14:41:32 2006 +0000
@@ -52,7 +52,7 @@
 void cli_auth_password();
 int cli_auth_pubkey();
 void cli_auth_interactive();
-char* getpass_or_cancel();
+char* getpass_or_cancel(char* prompt);
 
 
 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */