summaryrefslogtreecommitdiff
path: root/daemon/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/common.h')
-rwxr-xr-xdaemon/common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/daemon/common.h b/daemon/common.h
index 79ffbb1..712a2ac 100755
--- a/daemon/common.h
+++ b/daemon/common.h
@@ -26,9 +26,11 @@
#define QP_FAIL (-1)
#ifdef _DLOG_USED
-#define LOG_TAG "quickpanel"
+#define LOG_TAG "QUICKPANEL"
#include <dlog.h>
+#define HAPI __attribute__((visibility("hidden")))
+
#define DBG(fmt , args...) \
do { \
LOGD("[%s : %d] "fmt"\n", __func__, __LINE__, ##args); \
@@ -110,4 +112,7 @@
} \
} while (0);
+
+void quickpanel_util_char_replace(char *text, char s, char t);
+
#endif /* __QP_COMMON_H_ */