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

Diff for /pegasus/src/Executor/LocalAuth.h between version 1.1.2.4 and 1.2

version 1.1.2.4, 2007/01/12 06:31:02 version 1.2, 2007/05/25 18:35:07
Line 34 
Line 34 
 #ifndef _Executor_LocalAuth_h #ifndef _Executor_LocalAuth_h
 #define _Executor_LocalAuth_h #define _Executor_LocalAuth_h
  
 #include "SessionKey.h"  
 #include "Defines.h" #include "Defines.h"
  
 EXECUTOR_LINKAGE EXECUTOR_LINKAGE
 int StartLocalAuthentication( int StartLocalAuthentication(
     const char* user,     const char* user,
     char path[EXECUTOR_BUFFER_SIZE],      char challenge[EXECUTOR_BUFFER_SIZE]);
     SessionKey* key);  
  
 EXECUTOR_LINKAGE EXECUTOR_LINKAGE
 int FinishLocalAuthentication( int FinishLocalAuthentication(
     const SessionKey* key,      const char* challenge,
     const char* token);      const char* response);
  
 #endif /* _Executor_LocalAuth_h */ #endif /* _Executor_LocalAuth_h */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2