Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:15

0001 #ifndef FWCore_Version_GetFileFormatVersion_h
0002 #define FWCore_Version_GetFileFormatVersion_h
0003 
0004 namespace edm {
0005   // We do not inline this function to help avoid inconsistent
0006   // versions being inlined into different libraries.
0007 
0008   int getFileFormatVersion();
0009 }  // namespace edm
0010 #endif