Switch to unified view

a/mpd2src/wavreader.h b/mpd2src/wavreader.h
...
...
39
        if (m_tmpbuf)
39
        if (m_tmpbuf)
40
            free(m_tmpbuf);
40
            free(m_tmpbuf);
41
    }
41
    }
42
42
43
    bool open();
43
    bool open();
44
    void close();
44
45
45
    // Get pointer to data at offset. Caller is supposed to know how
46
    // Get pointer to data at offset. Caller is supposed to know how
46
    // much there is ahead.
47
    // much there is ahead.
47
    const unsigned char *data(size_t size, ssize_t &nread);
48
    const unsigned char *data(size_t size, ssize_t &nread);
48
49