File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: builtins.h,v 1.26 1997/09/20 16:24:39 thomas Exp $
9
+ * $Id: builtins.h,v 1.27 1997/10/09 05:07:25 thomas Exp $
10
10
*
11
11
* NOTES
12
12
* This should normally only be included by fmgr.h.
30
30
*/
31
31
/* bool.c */
32
32
extern bool boolin (char * b );
33
- extern char * boolout (long b );
34
- extern bool booleq (int8 arg1 , int8 arg2 );
35
- extern bool boolne (int8 arg1 , int8 arg2 );
36
- extern bool boollt (int8 arg1 , int8 arg2 );
37
- extern bool boolgt (int8 arg1 , int8 arg2 );
33
+ extern char * boolout (bool b );
34
+ extern bool booleq (bool arg1 , bool arg2 );
35
+ extern bool boolne (bool arg1 , bool arg2 );
36
+ extern bool boollt (bool arg1 , bool arg2 );
37
+ extern bool boolgt (bool arg1 , bool arg2 );
38
38
39
39
/* char.c */
40
40
extern int32 charin (char * ch );
You can’t perform that action at this time.
0 commit comments