K 10 svn:author V 6 glewis K 8 svn:date V 27 2014-04-13T17:46:59.422033Z K 7 svn:log V 319 . Don't use inline on functions that are intended to be used in multiple files. This fixes compilation with clang. My understanding is that the C99 standard treats inline methods as having static linkage by default. This is different from the GNU C definition of inline, which is why this compiled with gcc. END