X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUDI%2Flogging.c;h=2e58e37301a1d9c09fd9284a70e1c148c810f86a;hb=b289025913a0e4573181155aeeaab37ed92cf525;hp=10a109ab017f3a3094e7e9bc0a7233116596e199;hpb=72971b71efdb2cb7b7dbf7299e426320169d4e3e;p=tpg%2Facess2.git diff --git a/Modules/UDI/logging.c b/Modules/UDI/logging.c index 10a109ab..2e58e373 100644 --- a/Modules/UDI/logging.c +++ b/Modules/UDI/logging.c @@ -2,7 +2,7 @@ * \file logging.c * \author John Hodge (thePowersGang) */ -#include +#include #include // === PROTOTYPES === @@ -14,3 +14,5 @@ void udi_log_write( udi_log_write_call_t *callback, udi_cb_t *gcb, { Log("UDI Log"); } + +EXPORT(udi_log_write);