#include "SheppCommandFunctions.H"
#include "BrOrgCheck.H"
#include "BrOrgInfo.H"
#include "BrOrgCreate.H"
#include "BrOrgUpdate.H"
Go to the source code of this file.
Functions | |
int | cmd_brorg_help (string error_msg, string specific="") |
print brorg command usage info | |
int | cmd_brorg_check (vector< string > words) |
brorg check command function | |
int | cmd_brorg_info (vector< string > words) |
brorg info command function | |
int | cmd_brorg_transfer (vector< string > words) |
brorg transfer command function | |
int | cmd_brorg_create (vector< string > words) |
brorg create command function | |
int | cmd_brorg_delete (vector< string > words) |
brorg delete command function | |
int | cmd_brorg_renew (vector< string > words) |
brorg renew command function | |
int | cmd_brorg_update (vector< string > words) |
brorg update command function | |
int | cmd_brorg (char *arg) |
main brorg command |
|
main brorg command
|
|
brorg check command function
|
|
brorg create command function
|
|
brorg delete command function
|
|
print brorg command usage info
|
|
brorg info command function
|
|
brorg renew command function
|
|
brorg transfer command function
|
|
brorg update command function
|