From a2db521649cdcdfef3bdf6b306e05228a01498c0 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sat, 07 Dec 2013 09:45:07 +0000
Subject: [PATCH] Added poly information to tape& parsing function. Also, poly_list is freed in vesicle_free

---
 src/poly.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/poly.h b/src/poly.h
index 395b486..89392ba 100644
--- a/src/poly.h
+++ b/src/poly.h
@@ -7,4 +7,8 @@
 
 ts_poly_list *init_poly_list(ts_uint n_poly, ts_uint n_mono, ts_vertex_list *vlist);
 
+ts_bool poly_free(ts_poly *poly);
+
+ts_bool poly_list_free(ts_poly_list *poly_list);
+
 #endif

--
Gitblit v1.9.3