gcc 5.2.0: fix linking issues caused by inline keyword
[platform/core/system/tizen-platform-wrapper.git] / src / hashing.h
index 5ce816e..f20f3e9 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef HASHING_H
 #define HASHING_H
 
-inline int hashid(const char *text, unsigned int len);
+int hashid(const char *text, unsigned int len);
 const char *keyname(int id);
 
 #endif