summaryrefslogtreecommitdiff
path: root/source3/registry/reg_perfcount.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-15 17:45:29 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:18 +0200
commitf4c6c7e7b8714e8ab6b1245ab95e19133956d83e (patch)
treeaca6ea406868da51f0b6cd9859c54d4b07d1f6c0 /source3/registry/reg_perfcount.h
parent7520d8e9263f43e756d73dfd036cab215fe0d5fb (diff)
downloadsamba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.tar.gz
samba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.tar.bz2
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/reg_perfcount.h')
-rw-r--r--source3/registry/reg_perfcount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/registry/reg_perfcount.h b/source3/registry/reg_perfcount.h
index c6b76a5360..671153f21c 100644
--- a/source3/registry/reg_perfcount.h
+++ b/source3/registry/reg_perfcount.h
@@ -22,6 +22,8 @@
#ifndef _REG_PERFCOUNT_H
#define _REG_PERFCOUNT_H
+#include "reg_parse_prs.h"
+
void perfcount_init_keys( void );
uint32 reg_perfcount_get_base_index(void);
uint32 reg_perfcount_get_last_counter(uint32 base_index);