]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
stop exporting the accidently exported parsenetrc() symbol
[apt.git] / apt-pkg / contrib / fileutl.h
index a9cb45e9aab48b08b97be51460128e3d25fab2ba..510b1c984c2921519d108bb64592063f2ea1bd2b 100644 (file)
@@ -78,6 +78,7 @@ class FileFd
    bool Read(void *To,unsigned long long Size,unsigned long long *Actual = 0);
    char* ReadLine(char *To, unsigned long long const Size);
    bool Write(const void *From,unsigned long long Size);
+   bool static Write(int Fd, const void *From, unsigned long long Size);
    bool Seek(unsigned long long To);
    bool Skip(unsigned long long To);
    bool Truncate(unsigned long long To);
@@ -180,7 +181,7 @@ pid_t ExecFork();
 bool ExecWait(pid_t Pid,const char *Name,bool Reap = false);
 
 // check if the given file starts with a PGP cleartext signature
-bool IsPgpClearTextSignature(std::string const &FileName);
+bool StartsWithGPGClearTextSignature(std::string const &FileName);
 
 // File string manipulators
 std::string flNotDir(std::string File);