#include "SheppCommandFunctions.H"
#include "ContactCheck.H"
#include "ContactInfo.H"
#include "ContactCreate.H"
#include "ContactUpdate.H"
Go to the source code of this file.
Functions | |
int | cmd_contact_help (string error_msg, string specific="") |
print contact command usage info | |
int | cmd_contact_check (vector< string > words) |
contact check command function | |
int | cmd_contact_info (vector< string > words) |
contact info command function | |
int | cmd_contact_transfer (vector< string > words) |
contact transfer command function | |
int | cmd_contact_create (vector< string > words) |
contact create command function | |
int | cmd_contact_delete (vector< string > words) |
contact delete command function | |
int | cmd_contact_renew (vector< string > words) |
contact renew command function | |
int | cmd_contact_update (vector< string > words) |
contact update command function | |
int | cmd_contact (char *arg) |
main contact command |
|
main contact command
|
|
contact check command function
|
|
contact create command function
|
|
contact delete command function
|
|
print contact command usage info
|
|
contact info command function
|
|
contact renew command function
|
|
contact transfer command function
|
|
contact update command function
|