]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
check when finished downloading the InRelease file if it has the expected gpg clearsi...
[apt.git] / apt-pkg / contrib / fileutl.h
index 1ca41cb7d66c6b21cc3950613e30f696f4e6357b..c51add66e7417491826039bff919e08dab6e4389 100644 (file)
@@ -179,6 +179,8 @@ bool WaitFd(int Fd,bool write = false,unsigned long timeout = 0);
 pid_t ExecFork();
 bool ExecWait(pid_t Pid,const char *Name,bool Reap = false);
 
+bool IsPgpClearTextSignature(std::string const &FileName);
+
 // File string manipulators
 std::string flNotDir(std::string File);
 std::string flNotFile(std::string File);
@@ -186,4 +188,6 @@ std::string flNoLink(std::string File);
 std::string flExtension(std::string File);
 std::string flCombine(std::string Dir,std::string File);
 
+
+
 #endif