You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/10/18 07:25:18 UTC

svn commit: r1023657 - /subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c

Author: danielsh
Date: Mon Oct 18 05:25:18 2010
New Revision: 1023657

URL: http://svn.apache.org/viewvc?rev=1023657&view=rev
Log:
On the 'gpg-agent-password-store' branch,

* subversion/libsvn_auth_gpg_agent/gpg_agent.c: Use full type names.

Modified:
    subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c

Modified: subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c
URL: http://svn.apache.org/viewvc/subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c?rev=1023657&r1=1023656&r2=1023657&view=diff
==============================================================================
--- subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c (original)
+++ subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c Mon Oct 18 05:25:18 2010
@@ -47,7 +47,7 @@
 
 #define BUFFER_SIZE 1024
 
-/* Implementation of password_get_t that retrieves the password
+/* Implementation of svn_auth__password_get_t that retrieves the password
    from gpg-agent */
 static svn_boolean_t
 password_get_gpg_agent(const char **password,
@@ -178,7 +178,7 @@ password_get_gpg_agent(const char **pass
 }
 
 
-/* Implementation of password_set_t that stores the password in
+/* Implementation of svn_auth__password_set_t that stores the password in
    GPG Agent. */
 static svn_boolean_t
 password_set_gpg_agent(apr_hash_t *creds,