audiod uses E_RECV_SYNTAX, which belonged to recv which is
not contained in audiod. Move it to recv_common instead.
#define ORTP_SEND_ERRORS
#define GUI_ERRORS
#define RINGBUFFER_ERRORS
-
-
+#define RECV_ERRORS
extern const char **para_errlist[];
/** \endcond */
PARA_ERROR(HTTP_RECV_OVERRUN, "http_recv: outout buffer overrun"), \
-#define RECV_ERRORS \
- PARA_ERROR(RECV_SYNTAX, "recv syntax error"), \
-
-
#define RECV_COMMON_ERRORS \
+ PARA_ERROR(RECV_SYNTAX, "recv syntax error"), \
#define AUDIOD_ERRORS \