ir_reader: Replace function prototypes with the definition.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Apr 2010 19:45:18 +0000 (12:45 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Apr 2010 01:14:54 +0000 (18:14 -0700)
commitb142aeeb20f1b1d5f3752b973ecb0da61e7a574e
treee5d8641e106474cf8ed6bbbd39a8412ffd52a216
parent21128c23c69d7dc0b46455591899e4850b2029d8
ir_reader: Replace function prototypes with the definition.

Previously, we just created a new one, which was wrong.
ir_reader.cpp