diff options
author | Max Kellermann <max@duempel.org> | 2012-08-14 02:39:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-14 02:39:03 +0200 |
commit | 5cc3338267214eb050e39bc509d8b4258cec6afd (patch) | |
tree | e513393222f18a5d8d43fec116dac055e1a24d1a /src/input_stream.h | |
parent | 3047bdf6531d6718239d1e2e0f201d0b8e54dba1 (diff) | |
parent | 1ae89728593fce4a40882fa133b9db269015da8f (diff) | |
download | mpd-5cc3338267214eb050e39bc509d8b4258cec6afd.tar.gz mpd-5cc3338267214eb050e39bc509d8b4258cec6afd.tar.xz mpd-5cc3338267214eb050e39bc509d8b4258cec6afd.zip |
Merge branch 'v0.17.x'
Conflicts:
src/mapper.h
Diffstat (limited to '')
-rw-r--r-- | src/input_stream.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_stream.h b/src/input_stream.h index 6a10831d2..10ad97161 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -29,10 +29,6 @@ #include <stdbool.h> #include <sys/types.h> -#if !GLIB_CHECK_VERSION(2,14,0) -typedef gint64 goffset; -#endif - struct input_stream { /** * the plugin which implements this input stream |