diff options
Diffstat (limited to 'utils/acid/acid.h')
| -rw-r--r-- | utils/acid/acid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/acid/acid.h b/utils/acid/acid.h index cb88a554..224b984d 100644 --- a/utils/acid/acid.h +++ b/utils/acid/acid.h @@ -178,7 +178,7 @@ List* addlist(List*, List*); List* al(int); Node* an(int, Node*, Node*); void append(Node*, Node*, Node*); -int bool(Node*); +int boolx(Node*); void build(Node*); void call(char*, Node*, Node*, Node*, Node*); void checkqid(int, int); |
