The unified diff between revisions [7fb3ca52..] and [8f25eab3..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'auth.h'

#
#
# patch "auth.h"
#  from [84e61bd4fb2b09bcc8e5bef98e4d5c71fde907a2]
#    to [c541f307bc55bce59169119bfaac5608d66c9687]
#
============================================================
--- auth.h	84e61bd4fb2b09bcc8e5bef98e4d5c71fde907a2
+++ auth.h	c541f307bc55bce59169119bfaac5608d66c9687
@@ -52,6 +52,7 @@ void cli_auth_interactive();
 void cli_auth_password();
 int cli_auth_pubkey();
 void cli_auth_interactive();
+char* getpass_or_cancel();


 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */