From 54676e1a82f400e37879bc931b6db0c13b8ebb3f Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:38 +0000 Subject: Working apt-get source build stuff Author: jgg Date: 1999-04-20 05:02:09 GMT Working apt-get source build stuff --- apt-pkg/contrib/fileutl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/contrib/fileutl.h') diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index 4a6f6516e..8a1083241 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: fileutl.h,v 1.17 1999/04/07 05:35:55 jgg Exp $ +// $Id: fileutl.h,v 1.18 1999/04/20 05:02:09 jgg Exp $ /* ###################################################################### File Utilities @@ -69,6 +69,7 @@ string SafeGetCWD(); void SetCloseExec(int Fd,bool Close); void SetNonBlock(int Fd,bool Block); bool WaitFd(int Fd,bool write = false,unsigned long timeout = 0); +int ExecFork(); // File string manipulators string flNotDir(string File); -- cgit v1.2.3