[Pkg-wmaker-commits] [wmbiff] 46/77: ctime has become useless; new prototypes to handle backtick
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.
commit d3eccc04efc3703c611ca7290183be91bc5520bc
Author: bluehal <bluehal>
Date: Sat Apr 20 07:49:23 2002 +0000
ctime has become useless; new prototypes to handle backtick
---
wmbiff/Client.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index 5bfc45e..5178bc3 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,4 +1,4 @@
-/* $Id: Client.h,v 1.16 2002/04/16 07:37:38 bluehal Exp $ */
+/* $Id: Client.h,v 1.17 2002/04/20 07:49:23 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 )
@@ -43,15 +43,12 @@ typedef struct _mbox_t {
union {
struct {
- time_t ctime;
time_t mtime;
off_t size;
} mbox;
struct {
- time_t ctime_new;
time_t mtime_new;
off_t size_new;
- time_t ctime_cur;
time_t mtime_cur;
off_t size_cur;
} maildir;
@@ -85,9 +82,12 @@ int pop3Create(Pop3 pc, const char *str);
int imap4Create(Pop3 pc, const char *str);
int licqCreate(Pop3 pc, char *str);
int shellCreate(Pop3 pc, const char *str);
-int mboxCreate(Pop3 pc, char *str);
+int mboxCreate(Pop3 pc, const char *str);
int maildirCreate(Pop3 pc, char *str);
-FILE *openMailbox(Pop3 pc);
+FILE *openMailbox(Pop3 pc, const char *mbox_filename);
+char *backtickExpand(Pop3 pc, const char *path);
+int fileHasChanged(const char *mbox_filename, time_t *atime,
+ time_t *mtime, off_t *size);
/* _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