Browse Source

Add missing definition of ts_cat_copy()

Georgi Chorbadzhiyski 13 years ago
parent
commit
b88e8471d4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tsfuncs.h

+ 1
- 0
tsfuncs.h View File

@@ -115,6 +115,7 @@ struct ts_cat *	ts_cat_push_packet	(struct ts_cat *cat, uint8_t *ts_packet);
115 115
 void            ts_cat_free			(struct ts_cat **cat);
116 116
 int				ts_cat_parse		(struct ts_cat *cat);
117 117
 void            ts_cat_dump			(struct ts_cat *cat);
118
+struct ts_cat *	ts_cat_copy			(struct ts_cat *cat);
118 119
 int				ts_cat_is_same		(struct ts_cat *cat1, struct ts_cat *cat2);
119 120
 
120 121
 enum CA_system	ts_get_CA_sys		(uint16_t CA_id);

Loading…
Cancel
Save