Move an inline definition to a more appropriate source

This commit is contained in:
Chris Robinson
2014-07-04 00:22:27 -07:00
parent 17f79ea43e
commit 3f45c00779
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -16,6 +16,9 @@
#include "alu.h"
extern inline size_t Reader_read(Reader *self, void *buf, size_t len);
/* MIDI events */
#define SYSEX_EVENT (0xF0)
-2
View File
@@ -12,8 +12,6 @@
#include "midi/base.h"
extern inline size_t Reader_read(Reader *self, void *buf, size_t len);
static ALuint read_le32(Reader *stream)
{
ALubyte buf[4];