(file) Return to Options.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Options.h between version 1.2 and 1.3

version 1.2, 2007/05/25 18:35:07 version 1.3, 2007/06/08 17:13:05
Line 34 
Line 34 
 #ifndef _Executor_Options_h #ifndef _Executor_Options_h
 #define _Executor_Options_h #define _Executor_Options_h
  
   #include "Defines.h"
   
 struct Options struct Options
 { {
     int dump; /* --dump */     int dump; /* --dump */
Line 43 
Line 45 
     int bindVerbose; /* -X */     int bindVerbose; /* -X */
 }; };
  
   EXECUTOR_LINKAGE
 void GetOptions(int* argc, char*** argv, struct Options* options); void GetOptions(int* argc, char*** argv, struct Options* options);
  
 #endif /* _Executor_Options_h */ #endif /* _Executor_Options_h */


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2