diff options
author | Michael Adam <obnox@samba.org> | 2010-05-24 22:59:04 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:26 +0200 |
commit | 5a92d88f38dc9fc65db7e6451eae2d22da04463e (patch) | |
tree | fa925e07cebac0454e70c04e3ab25b8f9004d3a8 /source3/registry/reg_perfcount.c | |
parent | b94267aa3f83ec604e8b242006e09ecf4f7d5e57 (diff) | |
download | samba-5a92d88f38dc9fc65db7e6451eae2d22da04463e.tar.gz samba-5a92d88f38dc9fc65db7e6451eae2d22da04463e.tar.xz samba-5a92d88f38dc9fc65db7e6451eae2d22da04463e.zip |
s3:registry: extract reg_perfcount prototypes into header of their own.
And use them only when necessary.
Diffstat (limited to 'source3/registry/reg_perfcount.c')
-rw-r--r-- | source3/registry/reg_perfcount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index d71f40ce31f..c53036fc8bf 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/registry/reg_perfcount.c @@ -22,6 +22,7 @@ #include "includes.h" #include "../librpc/gen_ndr/perfcount.h" #include "registry.h" +#include "reg_perfcount.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY |