~ubuntu-branches/ubuntu/utopic/nordugrid-arc/utopic-proposed

« back to all changes in this revision

Viewing changes to src/services/a-rex/grid-manager/misc/proxy.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-04-17 06:37:28 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130417063728-h56uqu0belk87zqa
Tags: 3.0.0-1
3.0.0 Release (Closes: #690716)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __ARC_GM_PROXY_H__
 
2
#define __ARC_GM_PROXY_H__
 
3
 
 
4
namespace ARex {
 
5
 
1
6
int prepare_proxy(void);
2
7
int remove_proxy(void);
3
8
int renew_proxy(const char* old_proxy,const char* new_proxy);
4
9
bool myproxy_renew(const char* old_proxy_file,const char* new_proxy_file,const char* myproxy_server);
5
10
 
 
11
} // namespace ARex
 
12
 
 
13
#endif // __ARC_GM_PROXY_H__