diff options
Diffstat (limited to 'daemon/include/ttd-http.h')
-rw-r--r-- | daemon/include/ttd-http.h | 2 |
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); |