diff options
author | Simo Sorce <idra@samba.org> | 2010-07-15 17:45:29 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-16 01:51:18 +0200 |
commit | f4c6c7e7b8714e8ab6b1245ab95e19133956d83e (patch) | |
tree | aca6ea406868da51f0b6cd9859c54d4b07d1f6c0 /source3/registry/regfio.c | |
parent | 7520d8e9263f43e756d73dfd036cab215fe0d5fb (diff) | |
download | samba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.tar.gz samba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.tar.xz samba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.zip |
Move the remnants of rpc_parse code under registry/
The registry code is the only last user of this code.
Move everything under registry/ and hope someone will get rid od
it completely from there in the future.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/registry/regfio.c')
-rw-r--r-- | source3/registry/regfio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 5ba936273d5..7a362d205e8 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "reg_parse_prs.h" #include "regfio.h" #include "reg_objects.h" #include "../librpc/gen_ndr/ndr_security.h" |