X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=1b942e6d2c11f40d85960bd60ace0c7330931eac;hb=fdd91966a0d9d32b3e68cd91b6612840b80b227d;hp=3e4c85390978f71c36f7b6d7aaddd18bd97eb523;hpb=5ae8fa48569353b29e924985e4161e595005d2df;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 3e4c853..1b942e6 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -738,6 +738,15 @@ typedef struct cec_device_type_list cec_device_type types[5]; #ifdef __cplusplus + /*! + * @deprecated + */ + void clear(void) { Clear(); } + /*! + * @deprecated + */ + void add(const cec_device_type type) { Add(type); } + void Clear(void) { for (unsigned int iPtr = 0; iPtr < 5; iPtr++)