/[imapfilter]/imapfilter/destroy.c
ViewVC logotype

Diff of /imapfilter/destroy.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by lefcha, Fri Feb 13 12:17:15 2004 UTC revision 1.6 by lefcha, Fri Feb 13 13:18:37 2004 UTC
# Line 27  void destroy_masks(mask_t * k); Line 27  void destroy_masks(mask_t * k);
27  void  void
28  destroy_all(void)  destroy_all(void)
29  {  {
30    
31          destroy_accounts(accounts);          destroy_accounts(accounts);
32          accounts = NULL;          accounts = NULL;
33          curacct = NULL;          curacct = NULL;
# Line 44  destroy_all(void) Line 45  destroy_all(void)
45  void  void
46  destroy_unneeded(void)  destroy_unneeded(void)
47  {  {
48    
49          destroy_mboxgrps(mboxgrps);          destroy_mboxgrps(mboxgrps);
50          mboxgrps = NULL;          mboxgrps = NULL;
51  }  }
# Line 56  destroy_unneeded(void) Line 58  destroy_unneeded(void)
58  void  void
59  destroy_mboxgrps(mboxgrp_t * g)  destroy_mboxgrps(mboxgrp_t * g)
60  {  {
61    
62          if (g == NULL)          if (g == NULL)
63                  return;                  return;
64    
# Line 115  destroy_accounts(account_t * a) Line 118  destroy_accounts(account_t * a)
118  void  void
119  destroy_filters(filter_t * f)  destroy_filters(filter_t * f)
120  {  {
121    
122          if (f == NULL)          if (f == NULL)
123                  return;                  return;
124    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26