Parent Directory
|
Revision Log
Revert rev 645: as dummy.c is still needed by remailer, mpgp, test. We should add auto* targets for these.
| 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 | {} |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |