[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[RFC] [PATCH] Move declarations of svn_auth_get_(gnome_keyring|kwallet)_* to svn_auth.h

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Tue, 23 Sep 2008 00:24:28 +0200

I would like to suggest to move declarations of svn_auth_get_(gnome_keyring|kwallet)_*
from svn_auth_dso.h to svn_auth.h.

[[[
Move declarations of svn_auth_get_(gnome_keyring|kwallet)_* to svn_auth.h.

* subversion/include/svn_auth.h
  (svn_auth_get_gnome_keyring_simple_provider,
   svn_auth_get_gnome_keyring_ssl_client_cert_pw_provider,
   svn_auth_get_kwallet_simple_provider,
   svn_auth_get_kwallet_ssl_client_cert_pw_provider): Move to here from
   svn_auth_dso.h.

* subversion/include/svn_auth_dso.h: Delete.

* subversion/libsvn_auth_gnome_keyring/gnome_keyring.c:
* subversion/libsvn_auth_kwallet/kwallet.cpp: Don't include "svn_auth_dso.h".

* build/generator/extractor.py
  (_filter_names): Append svn_auth_get_*_provider.
]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-09-23 00:28:00 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.