audit_init() was not declared in header, causing warnings; fix this and namespace it
authorHavoc Pennington <hp@localhost.localdomain>
Tue, 23 Oct 2007 18:48:52 +0000 (14:48 -0400)
committerHavoc Pennington <hp@localhost.localdomain>
Tue, 23 Oct 2007 18:48:52 +0000 (14:48 -0400)
commit5340b8de0b537380e0c445495300739d75abeb2f
tree114854a25f24d4077234b89975b7379f5d45a60f
parenta8e32b6874cf4d6c2954d60e676562282bfce4ea
audit_init() was not declared in header, causing warnings; fix this and namespace it

2007-10-23  Havoc Pennington  <hp@redhat.com>

* bus/bus.c (bus_context_new): use the new name here

* bus/selinux.c (bus_selinux_audit_init): rename from audit_init()
to avoid possible libc conflict, and declare it in .h file to
avoid a warning
ChangeLog
bus/bus.c
bus/selinux.c
bus/selinux.h