Parent Directory
|
Revision Log
Initial revision
| 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 |