RZ

01: // Reconstitute.hh # the actual synthesize algorithm
02: 
03: #ifndef _Reconstitute_HH
04: #define _Reconstitute_HH 1
05: 
06: namespace RZ {
07:     void reconstitute(int reconsfd);
08: }
09: 
10: #endif