return results on prs_xxxxx() and all xxx_io_xxx() routines.
authorLuke Leighton <lkcl@samba.org>
Fri, 15 Oct 1999 18:46:22 +0000 (18:46 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 15 Oct 1999 18:46:22 +0000 (18:46 +0000)
commit896ecb48cab1d928224387f06ec63584bc6c6e99
treeccfdba4e599ea9fe78bf7ec467ca3c708048ec7f
parent415f84112e3920cd3ede9ebdece632a33c2fe707
return results on prs_xxxxx() and all xxx_io_xxx() routines.
the whole task is not complete, yet.  xxx_io_xxx() routines that
_call_ xxx_io_xxx() routines not done.

prs_xxxx() covered by macros.  considering doing xxx_io_xxxx in the same way.
(This used to be commit 3b583f7be51434af98bc52b48dfa42c4602a3094)
16 files changed:
source3/include/proto.h
source3/include/rpc_misc.h
source3/rpc_parse/parse_at.c
source3/rpc_parse/parse_eventlog.c
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_misc.c
source3/rpc_parse/parse_net.c
source3/rpc_parse/parse_prs.c
source3/rpc_parse/parse_reg.c
source3/rpc_parse/parse_rpc.c
source3/rpc_parse/parse_samr.c
source3/rpc_parse/parse_sec.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_parse/parse_srv.c
source3/rpc_parse/parse_svc.c
source3/rpc_parse/parse_wks.c