/[pkg-mixmaster]/trunk/Mix/Src/dummy.c
ViewVC logotype

Contents of /trunk/Mix/Src/dummy.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 908 - (hide annotations) (download)
Tue Jun 22 20:24:49 2004 UTC (8 years, 11 months ago) by colin
File MIME type: text/plain
File size: 219 byte(s)
Add dummy version of download_stats so that mpgp builds
1 rabbi 1 /* Dummy function for programs that don't use menuutil.c */
2    
3     #include "mix3.h"
4    
5     int menu_getuserpass(BUFFER *b, int i)
6     {
7     return -1;
8     }
9    
10     void cl(int y, int x)
11     {}
12 colin 908
13     int download_stats(char *sourcename)
14     {
15     return -1;
16     }

  ViewVC Help
Powered by ViewVC 1.1.5