summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/network.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:10:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:10:59 +0000
commite968366e2195c3741f904275f2802a4069c52e03 (patch)
tree69234efdd3d0bf6188ffcd1a5c191e2ae3c500e9 /doc/itron3.0/network.t
parentBasic prototypes are now included. (diff)
downloadrtems-e968366e2195c3741f904275f2802a4069c52e03.tar.bz2
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.
Diffstat (limited to 'doc/itron3.0/network.t')
-rw-r--r--doc/itron3.0/network.t12
1 files changed, 8 insertions, 4 deletions
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