diff options
author | Günther Deschner <gd@samba.org> | 2009-04-08 14:29:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-08 19:45:57 +0200 |
commit | 98d703a6b7c102db49b6cdc2a57545a90efefabf (patch) | |
tree | 288276dc12b1293a61695ed664181ba6aacfaa99 /source3/include | |
parent | bed4f8413435c39e37ea04940a18ee78481db48f (diff) | |
download | samba-98d703a6b7c102db49b6cdc2a57545a90efefabf.tar.gz samba-98d703a6b7c102db49b6cdc2a57545a90efefabf.tar.bz2 samba-98d703a6b7c102db49b6cdc2a57545a90efefabf.zip |
s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f8a28ef165..c8c2ece968 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5844,7 +5844,7 @@ bool smb_io_rpc_auth_schannel_chk(const char *desc, int auth_len, RPC_AUTH_SCHANNEL_CHK * chk, prs_struct *ps, int depth); -/* The following definitions come from rpc_server/srv_eventlog_lib.c */ +/* The following definitions come from lib/eventlog/eventlog.c */ TDB_CONTEXT *elog_init_tdb( char *tdbfilename ); char *elog_tdbname(TALLOC_CTX *ctx, const char *name ); |