diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 073e9520..bbb603df 100644 --- a/include/proto.h +++ b/include/proto.h @@ -240,7 +240,7 @@ int guess_main(); /* indict */ int x_dict(); -int use_dict(); +int use_dict(char *dict,char *database); /* io */ int getdata(int line, int col, char *prompt, char *buf, int len, int echo); |