nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] CVS: nmh/h prototypes.h,1.6,1.7


From: Jon Steinhart <address@hidden>
Subject: [Nmh-commits] CVS: nmh/h prototypes.h,1.6,1.7
Date: Fri, 23 Aug 2002 16:37:03 -0400

Update of /cvsroot/nmh/nmh/h
In directory subversions:/tmp/cvs-serv10734/nmh/h

Modified Files:
        prototypes.h 
Log Message:
Added external program hooks.


Index: prototypes.h
===================================================================
RCS file: /cvsroot/nmh/nmh/h/prototypes.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** prototypes.h        19 Aug 2002 20:50:42 -0000      1.6
--- prototypes.h        23 Aug 2002 20:37:01 -0000      1.7
***************
*** 50,56 ****
  void discard (FILE *);
  int done (int);
  int fdcompare (int, int);
! int folder_addmsg (struct msgs **, char *, int, int, int);
! int folder_delmsgs (struct msgs *, int);
  void folder_free (struct msgs *);
  int folder_pack (struct msgs **, int);
--- 50,57 ----
  void discard (FILE *);
  int done (int);
+ int ext_hook(char *, char *, char *);
  int fdcompare (int, int);
! int folder_addmsg (struct msgs **, char *, int, int, int, int);
! int folder_delmsgs (struct msgs *, int, int);
  void folder_free (struct msgs *);
  int folder_pack (struct msgs **, int);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]