add macro for http ok 76/182676/1
authorJeonghoon Park <jh1979.park@samsung.com>
Wed, 27 Jun 2018 04:34:13 +0000 (13:34 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Wed, 27 Jun 2018 04:34:13 +0000 (13:34 +0900)
Change-Id: Ic3d109f2f65c0439fb52172a9ee5fba878b1bfc2

daemon/include/ttd-http.h

index 64af81d..136aa17 100644 (file)
@@ -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);