From: Jonathan McDowell Date: Wed, 25 Jul 2012 04:44:51 +0000 (-0700) Subject: Start pulling non-library material out of core source files X-Git-Tag: onak-0.4.2~16 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=e0dd4d10f385cd19da389ec66622eea8aa66ae59;hp=e0dd4d10f385cd19da389ec66622eea8aa66ae59;p=onak.git Start pulling non-library material out of core source files As part of moving towards a libonak start pulling things that are related to the onak keyserver out of the core PGP related source files. Start with logthing, our logging framework, instead moving towards an onak_status_t enum to allow up to bubble up errors to the caller. ---