log_callback_t -> struct log_callback
authorZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 11:00:51 +0000 (03:00 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 19:58:04 +0000 (11:58 -0800)
commitf59ec2043b840a4534fdd61502de59e2571988d5
treefe402dde3d553558dbb4505ecca4f8d6528f7451
parent99b57b6dccec1059f746121b9b9ddb11313f708b
log_callback_t -> struct log_callback

Removes useless and confusing typedef for log callback structure.
Types with _t should be suitable for passing by-value as arguments.
src/helper/log.c
src/helper/log.h