summaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-01 19:09:31 +0100
committerMax Kellermann <max@duempel.org>2014-03-01 19:09:31 +0100
commit14168eadb2a24e03abb2528b951dc5f0faed5513 (patch)
tree5e0ee969acdda64dd77c3de7e5e8d8dec36c89fa /src/Main.cxx
parent58771fc41c411769d3ab7248c7fab00e8dbbecef (diff)
Main: inline mpd_main() on Android
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index c8290e3ff..f54638170 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -386,6 +386,9 @@ int main(int argc, char *argv[])
#endif
+#ifdef ANDROID
+static inline
+#endif
int mpd_main(int argc, char *argv[])
{
struct options options;