From e968366e2195c3741f904275f2802a4069c52e03 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 May 1999 18:10:59 +0000 Subject: Prototypes are now based on how the TRON specification states them. The style in the output is not right but it is a good starting point. --- doc/itron3.0/network.t | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/itron3.0/network.t') diff --git a/doc/itron3.0/network.t b/doc/itron3.0/network.t index 7941a953e7..7240349d18 100644 --- a/doc/itron3.0/network.t +++ b/doc/itron3.0/network.t @@ -45,7 +45,8 @@ and status codes. @ifset is-C @example -int nrea_dat( +ER nrea_dat ( + INT *p_reasz, VP dstadr, NODE srcnode, VP srcadr, ); @end example @end ifset @@ -73,7 +74,8 @@ int nrea_dat( @ifset is-C @example -int nwri_dat( +ER nwri_dat ( + INT *p_wrisz, NODE dstnode, VP dstadr, VP srcadr, ); @end example @end ifset @@ -101,7 +103,8 @@ int nwri_dat( @ifset is-C @example -int nget_nod( +ER nget_nod ( + NODE *p_node ); @end example @end ifset @@ -129,7 +132,8 @@ int nget_nod( @ifset is-C @example -int nget_ver( +ER nget_ver ( + T_VER *pk_ver, NODE node ); @end example @end ifset -- cgit v1.2.3