]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/netrc.h
merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade is used...
[apt.git] / apt-pkg / contrib / netrc.h
index 6feb5b726f40ff0853501e49399d6d4cdb04ef64..7349126c4fcaf8e143bdf50a6fe3a239b6df174a 100644 (file)
@@ -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