summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--minadbd/minadbd.h (renamed from minzip/inline_magic.h)14
1 files changed, 5 insertions, 9 deletions
diff --git a/minzip/inline_magic.h b/minadbd/minadbd.h
index 59c659f77..3570a5da5 100644
--- a/minzip/inline_magic.h
+++ b/minadbd/minadbd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,13 +14,9 @@
* limitations under the License.
*/
-#ifndef MINZIP_INLINE_MAGIC_H_
-#define MINZIP_INLINE_MAGIC_H_
+#ifndef MINADBD_H__
+#define MINADBD_H__
-#ifndef MINZIP_GENERATE_INLINES
-#define INLINE extern inline __attribute((__gnu_inline__))
-#else
-#define INLINE
-#endif
+int minadbd_main();
-#endif // MINZIP_INLINE_MAGIC_H_
+#endif