From 7f8f2c43b1bf98fb01f8dbced68bee1dbc745ed0 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 17 Oct 2012 10:25:08 +0200 Subject: stop exporting the accidently exported parsenetrc() symbol --- apt-pkg/contrib/netrc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apt-pkg/contrib/netrc.h') diff --git a/apt-pkg/contrib/netrc.h b/apt-pkg/contrib/netrc.h index 6feb5b726..7349126c4 100644 --- a/apt-pkg/contrib/netrc.h +++ b/apt-pkg/contrib/netrc.h @@ -25,9 +25,5 @@ class URI; -// kill this export on the next ABI break - strongly doubt its in use anyway -// outside of the apt itself, its really a internal interface -__deprecated int parsenetrc (char *host, char *login, char *password, char *filename); - void maybe_add_auth (URI &Uri, std::string NetRCFile); #endif -- cgit v1.2.3