diff options
author | rsc <devnull@localhost> | 2005-05-19 14:50:07 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-05-19 14:50:07 +0000 |
commit | 0b14ce0e111fc2ab828ad7ca268336a9e4944369 (patch) | |
tree | b724f036df64a6c18a88aae60d7107abb9940617 /include | |
parent | 4c06b8eec1a1d71f67561d4fa9860850795c56aa (diff) | |
download | plan9port-0b14ce0e111fc2ab828ad7ca268336a9e4944369.tar.gz plan9port-0b14ce0e111fc2ab828ad7ca268336a9e4944369.tar.bz2 plan9port-0b14ce0e111fc2ab828ad7ca268336a9e4944369.zip |
update
Diffstat (limited to 'include')
-rw-r--r-- | include/sunrpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sunrpc.h b/include/sunrpc.h index 6bc6b0a4..4917e261 100644 --- a/include/sunrpc.h +++ b/include/sunrpc.h @@ -214,6 +214,7 @@ struct SunSrv int localparanoia; SunProg **map; Channel *crequest; + int (*ipokay)(uchar*, ushort); /* implementation use only */ Channel **cdispatch; |