]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/netrc.h
The entire concept of PendingError() is flawed :/.
[apt.git] / apt-pkg / contrib / netrc.h
index dbeb45386a410a19aa30ccf0f473d43b8c68ed36..b5b56f5d40c5cfaf4853046d609530e8fd98b48d 100644 (file)
@@ -27,9 +27,5 @@
 
 class URI;
 
-// FIXME: kill this export on the next ABI break - strongly doubt its in use anyway
-// outside of the apt itself, its really a internal interface
-APT_DEPRECATED int parsenetrc (char *host, char *login, char *password, char *filename);
-
 void maybe_add_auth (URI &Uri, std::string NetRCFile);
 #endif