1address.c: In function `filematch':
2address.c:159: warning: passing arg 1 of `bufreset' from incompatible pointer type
3address.c:160: warning: passing arg 1 of `bufinsert' from incompatible pointer type
4file.c: In function `mergeextend':
5file.c:117: warning: passing arg 1 of `bufread' from incompatible pointer type
6file.c: In function `fileinsert':
7file.c:275: warning: passing arg 1 of `bufinsert' from incompatible pointer type
8file.c: In function `filedelete':
9file.c:301: warning: passing arg 1 of `bufdelete' from incompatible pointer type
10file.c: In function `fileundelete':
11file.c:324: warning: passing arg 1 of `bufread' from incompatible pointer type
12file.c: In function `filereadc':
13file.c:339: warning: passing arg 1 of `bufread' from incompatible pointer type
14file.c: In function `fileload':
15file.c:405: warning: passing arg 1 of `bufload' from incompatible pointer type
16file.c: In function `fileundo':
17file.c:528: warning: passing arg 1 of `bufdelete' from incompatible pointer type
18file.c:546: warning: passing arg 1 of `bufinsert' from incompatible pointer type
19file.c: In function `fileclose':
20file.c:604: warning: passing arg 1 of `bufclose' from incompatible pointer type
21io.c: In function `readio':
22io.c:90: warning: passing arg 1 of `bufload' from incompatible pointer type
23io.c: In function `writeio':
24io.c:152: warning: passing arg 1 of `bufread' from incompatible pointer type
25mesg.c: In function `inmesg':
26mesg.c:248: warning: passing arg 1 of `bufread' from incompatible pointer type
27mesg.c: In function `snarf':
28mesg.c:568: warning: passing arg 1 of `bufread' from incompatible pointer type
29mesg.c: In function `setgenstr':
30mesg.c:612: warning: passing arg 1 of `bufread' from incompatible pointer type
31sam.c: In function `readcmd':
32sam.c:496: warning: passing arg 1 of `bufread' from incompatible pointer type
33sam.c: In function `copy':
34sam.c:676: warning: passing arg 1 of `bufread' from incompatible pointer type
35xec.c: In function `s_cmd':
36xec.c:234: warning: passing arg 1 of `bufread' from incompatible pointer type
37xec.c:243: warning: passing arg 1 of `bufread' from incompatible pointer type
38xec.c: In function `display':
39xec.c:401: warning: passing arg 1 of `bufread' from incompatible pointer type
40