00001 // This is oxl/osl/internals/osl_reorder_chain.h 00002 #ifndef osl_reorder_chain_h_ 00003 #define osl_reorder_chain_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 // .NAME osl_reorder_chain 00008 // .INCLUDE osl/internals/osl_reorder_chain.h 00009 // .FILE internals/osl_reorder_chain.cxx 00010 // \author fsm 00011 00012 struct osl_edgel_chain; 00013 00014 void osl_reorder_chain(osl_edgel_chain *); 00015 00016 #endif // osl_reorder_chain_h_