diff options
author | Michael Adam <obnox@samba.org> | 2010-05-24 23:06:27 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:26 +0200 |
commit | 847a19df946432558e75a6f81f0a761407114f45 (patch) | |
tree | 2ea662efc3c8448a448964f330a9801d458eab8b /source3/utils | |
parent | 5a92d88f38dc9fc65db7e6451eae2d22da04463e (diff) | |
download | samba-847a19df946432558e75a6f81f0a761407114f45.tar.gz samba-847a19df946432558e75a6f81f0a761407114f45.tar.bz2 samba-847a19df946432558e75a6f81f0a761407114f45.zip |
s3:registry: extract reg_eventlog prototypes to header of their own
and use them only where needed.
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/eventlogadm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/eventlogadm.c b/source3/utils/eventlogadm.c index 7dbcf7d371..15b8d207a2 100644 --- a/source3/utils/eventlogadm.c +++ b/source3/utils/eventlogadm.c @@ -26,6 +26,7 @@ #include "lib/eventlog/eventlog.h" #include "registry.h" #include "registry/reg_backend_db.h" +#include "registry/reg_eventlog.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_UTIL_EVENTLOG |