summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-06-21 13:19:04 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-06-21 13:19:04 +0200
commit479a2beb0f5605652689d74a78dd224b69ba2e8f (patch)
tree11cc7ae248c8b6ba13cc7c9a29c726dc50406ff8 /apt-pkg/contrib/fileutl.h
parent0854ad8b8016d0132741a267492d72cfa0d3bd8e (diff)
update comments and add one FIXME for the next ABI break
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r--apt-pkg/contrib/fileutl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h
index c51add66e..a9cb45e9a 100644
--- a/apt-pkg/contrib/fileutl.h
+++ b/apt-pkg/contrib/fileutl.h
@@ -179,6 +179,7 @@ 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);
+// check if the given file starts with a PGP cleartext signature
bool IsPgpClearTextSignature(std::string const &FileName);
// File string manipulators