tdummy.c - mixmaster - mixmaster 3.0 patched for libressl
HTML git clone git://parazyd.org/mixmaster.git
DIR Log
DIR Files
DIR Refs
DIR README
---
tdummy.c (219B)
---
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
13 int download_stats(char *sourcename)
14 {
15 return -1;
16 }