• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef EXPANDBLOB_H
2 #define EXPANDBLOB_H
3 
4 #include "tessclas.h"
5 
6 void free_blob(register TBLOB *blob);
7 
8 void free_tree(register TESSLINE *outline);
9 
10 void free_outline(register TESSLINE *outline);
11 
12 void free_loop(register EDGEPT *startpt);
13 #endif
14