diff options
author | Michael Adam <obnox@samba.org> | 2010-05-23 15:57:27 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:24 +0200 |
commit | a4efda959af36e0611c5204852dc1eea3f0310bf (patch) | |
tree | 4a4cb586f9f318b5651def41b02b3bacb3d45492 /source3/services | |
parent | 14a025062ee2923aac4f9e57c05a9004ddf55856 (diff) | |
download | samba-a4efda959af36e0611c5204852dc1eea3f0310bf.tar.gz |
s3:registry: extract the reg_util_legacy prototypes into their own header.
And use them only where necessary.
Diffstat (limited to 'source3/services')
-rw-r--r-- | source3/services/services_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c index daf4f50b773..e0568d6574f 100644 --- a/source3/services/services_db.c +++ b/source3/services/services_db.c @@ -23,6 +23,7 @@ #include "includes.h" #include "services/services.h" #include "registry.h" +#include "registry/reg_util_legacy.h" struct rcinit_file_information { char *description; |