Data Structures | Functions
delegation.h File Reference

Go to the source code of this file.

Data Structures

struct  ns__DelegationExceptionType
 
struct  ns__NewProxyReq
 
struct  _DelegationException
 

Functions

int ns__getProxyReq (char *_delegationID, struct ns__getProxyReqResponse{char *getProxyReqReturn;}*)
 
int ns__getNewProxyReq (struct ns__getNewProxyReqResponse{struct ns__NewProxyReq *getNewProxyReqReturn;}*)
 
int ns__renewProxyReq (char *_delegationID, struct ns__renewProxyReqResponse{char *_renewProxyReqReturn;}*)
 
int ns__putProxy (char *_delegationID, char *_proxy, struct ns__putProxyResponse{}*)
 
int ns__getTerminationTime (char *_delegationID, struct ns__getTerminationTimeResponse{time_t _getTerminationTimeReturn;}*)
 
int ns__destroy (char *_delegationID, struct ns__destroyResponse{}*)
 

Function Documentation

int ns__destroy ( char *  _delegationID,
struct ns__destroyResponse{}*   
)
int ns__getNewProxyReq ( struct ns__getNewProxyReqResponse{struct ns__NewProxyReq *getNewProxyReqReturn;}*  )
int ns__getProxyReq ( char *  _delegationID,
struct ns__getProxyReqResponse{char *getProxyReqReturn;}*   
)
int ns__getTerminationTime ( char *  _delegationID,
struct ns__getTerminationTimeResponse{time_t _getTerminationTimeReturn;}*   
)
int ns__putProxy ( char *  _delegationID,
char *  _proxy,
struct ns__putProxyResponse{}*   
)
int ns__renewProxyReq ( char *  _delegationID,
struct ns__renewProxyReqResponse{char *_renewProxyReqReturn;}*   
)