summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/network.t
diff options
context:
space:
mode:
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