From 8cff9b9d5a49e4c1a9364fd55f4887700ef2a4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Oct 2019 14:35:07 +0800 Subject: There are only 2 formats for ticket history return --- rtclient/ticket.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'rtclient') diff --git a/rtclient/ticket.h b/rtclient/ticket.h index c778170..88251e1 100644 --- a/rtclient/ticket.h +++ b/rtclient/ticket.h @@ -1,17 +1,13 @@ #ifndef RTCLIENT_TICKET_H #define RTCLIENT_TICKET_H +#include + struct rtclient_ticket { unsigned int id; char *subject; }; -enum rtclient_ticket_format { - RTCLIENT_TICKET_FORMAT_S = 0 - , RTCLIENT_TICKET_FORMAT_I - , RTCLIENT_TICKET_FORMAT_L -}; - enum rtclient_ticket_history_type { RTCLIENT_TICKET_HISTORY_TYPE_UNKNOWN = 0 , RTCLIENT_TICKET_HISTORY_TYPE_CREATE @@ -77,8 +73,7 @@ extern "C" { , const char *due , const char *text); void rtclient_ticket_history(struct rtclient_ticket_history_list **listptr - , unsigned int id - , enum rtclient_ticket_format result_format); + , unsigned int id, bool long_format); void rtclient_ticket_history_free (struct rtclient_ticket_history *history); void rtclient_ticket_history_list_free -- cgit v1.2.3