X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fclient.c;h=f9350b8011edbe5d672109eed243dadd28bef5d4;hp=0e37a1f8772b9fd679acfbd190911832006ba3e2;hb=49efb9d1b4fc68e075b5121b68922f866f4b330f;hpb=9e92c884f129f66b829fdb3069b09e669fc7aa56 diff --git a/client/client.c b/client/client.c index 0e37a1f..f9350b8 100644 --- a/client/client.c +++ b/client/client.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: client.c,v $ - * Revision 1.97 2000-03-14 14:06:04 ian + * Revision 1.98 2000-03-16 13:55:49 ian + * Added commands for sending shutdown and startup admin requests via the admin ES. + * + * Revision 1.97 2000/03/14 14:06:04 ian * Minor change to order of debugging output for send_apdu, * fixed encoding of admin request. * @@ -2273,6 +2276,8 @@ static int client(int wait) {"adm-import", cmd_adm_import, " "}, {"adm-refresh", cmd_adm_refresh, ""}, {"adm-commit", cmd_adm_commit, ""}, + {"adm-shutdown", cmd_adm_shutdown, ""}, + {"adm-startup", cmd_adm_startup, ""}, {0,0} }; char *netbuffer= 0;