RZ

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