(file) Return to process.h CVS log (file) (dir) Up to [OMI] / omi / base

Diff for /omi/base/process.h between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:09 version 1.3, 2015/04/20 18:19:50
Line 26 
Line 26 
 #define _omi_process_h #define _omi_process_h
  
 #include <common.h> #include <common.h>
 #include "strings.h"  #include <pal/strings.h>
  
 BEGIN_EXTERNC BEGIN_EXTERNC
  
Line 36 
Line 36 
 } }
 Process; Process;
  
 int Process_StartChild(Process* self, const char* path, char** argv);  int Process_StartChild(_In_ Process* self, ConstCharPtr path, _In_ CharPtrPtr argv);
  
 int Process_StopChild(Process* self); int Process_StopChild(Process* self);
  


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

ViewCVS 0.9.2