X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=dict%2Fdrdwr.c;h=3869dcbf1d7708b01c7d05c4b77de1c382f12fa0;hb=f69ee5ec6b2a86b7ac049992c19b9b0410705404;hp=8bf642b5e66f4438d0895ce0b44148282eded2bd;hpb=eeeef32ed125d915df0676771e03bf65fd8f5e24;p=idzebra-moved-to-github.git diff --git a/dict/drdwr.c b/dict/drdwr.c index 8bf642b..3869dcb 100644 --- a/dict/drdwr.c +++ b/dict/drdwr.c @@ -121,7 +121,7 @@ static void move_to_front (Dict_BFile bf, struct Dict_file_block *p) bf->lru_front = p; } -int bf_readp (Dict_BFile bf, int no, void **bufp) +int dict_bf_readp (Dict_BFile bf, int no, void **bufp) { struct Dict_file_block *p; int i; @@ -145,7 +145,7 @@ int bf_readp (Dict_BFile bf, int no, void **bufp) return i; } -int bf_newp (Dict_BFile bf, int no, void **bufp) +int dict_bf_newp (Dict_BFile bf, int no, void **bufp) { struct Dict_file_block *p; if (!(p = find_block (bf, no))) @@ -162,7 +162,7 @@ int bf_newp (Dict_BFile bf, int no, void **bufp) return 1; } -int bf_touch (Dict_BFile bf, int no) +int dict_bf_touch (Dict_BFile bf, int no) { struct Dict_file_block *p; if ((p = find_block (bf, no)))