/[mailutils]/mailutils/messages/messages.c
ViewVC logotype

Diff of /mailutils/messages/messages.c

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

revision 1.11 by sroberts, Sat Apr 27 00:15:44 2002 UTC revision 1.12 by gray, Mon May 13 14:41:33 2002 UTC
# Line 15  Line 15 
15     along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
17    
18  #include "config.h"  #ifdef HAVE_CONFIG_H
19    # include <config.h>
20    #endif
21    
22  #include <mailutils/mailutils.h>  #include <mailutils/mailutils.h>
23    #include <mailutils/mu_argp.h>
24    
25  #include <stdio.h>  #include <stdio.h>
26    
# Line 25  Line 28 
28  # include <malloc.h>  # include <malloc.h>
29  #endif  #endif
30    
 #include <mu_argp.h>  
31    
32  static int messages_count (const char *);  static int messages_count (const char *);
33    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26