[Pkg-wmaker-commits] [wmbiff] 05/84: declare exists()
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.
commit 12f59982efaa8465732d38ba2693b6d68a51526f
Author: bluehal <bluehal>
Date: Sat Jun 1 05:59:36 2002 +0000
declare exists()
---
wmbiff/Client.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index d4e5222..127a67f 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,11 +1,11 @@
-/* $Id: Client.h,v 1.22 2002/04/29 02:01:50 bluehal Exp $ */
+/* $Id: Client.h,v 1.23 2002/06/01 05:59:36 bluehal Exp $ */
/* Author : Scott Holden ( scotth at thezone.net )
Modified : Yong-iL Joh ( tolkien at mizi.com )
Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
*
* Email Checker Pop3/Imap4/Licq/Gicu/mbox/maildir/finger
*
- * Last Updated : $Date: 2002/04/29 02:01:50 $
+ * Last Updated : $Date: 2002/06/01 05:59:36 $
*
*/
@@ -90,6 +90,7 @@ char *backtickExpand(Pop3 pc, const char *path);
int fileHasChanged(const char *mbox_filename, time_t * atime,
time_t * mtime, off_t * size);
int grabCommandOutput(Pop3 pc, const char *command, /*@out@*/ char **output);
+int exists(const char *filename); /* test -e */
/* _NONE is for silent operation. _ERROR is for things that should
be printed assuming that the user might possibly see them. _INFO is
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list