summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeonghoon Park <jh1979.park@samsung.com>2018-06-27 13:34:13 +0900
committerJeonghoon Park <jh1979.park@samsung.com>2018-06-27 13:34:13 +0900
commitd101a90fe8765c185c756a999f79c09ae98081fc (patch)
treee2df2921d0a2e5288a8ffc6b0309b4595df01db0
parentf4825478c20495940b17482282d58fb06209a478 (diff)
downloadtizen-things-daemon-d101a90fe8765c185c756a999f79c09ae98081fc.tar.gz
tizen-things-daemon-d101a90fe8765c185c756a999f79c09ae98081fc.tar.bz2
tizen-things-daemon-d101a90fe8765c185c756a999f79c09ae98081fc.zip
add macro for http ok
Change-Id: Ic3d109f2f65c0439fb52172a9ee5fba878b1bfc2
-rw-r--r--daemon/include/ttd-http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/include/ttd-http.h b/daemon/include/ttd-http.h
index 64af81d..136aa17 100644
--- a/daemon/include/ttd-http.h
+++ b/daemon/include/ttd-http.h
@@ -17,6 +17,8 @@
#ifndef __TT_DAEMON_HTTP_H__
#define __TT_DAEMON_HTTP_H__
+#define TTD_HTTP_OK (200)
+
int ttd_http_init(void);
int ttd_http_fini(void);